diff options
-rw-r--r-- | scripts/HeaderOrder.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index cd1322ac1..12cd90726 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -2,6 +2,8 @@ // All platform headers should be included before Scintilla headers // and each of these groups are then divided into directory groups. +// Qt platform layer not handled as it doesn't define a strong ordering of headers. + // Base of the repository relative to this file //base:.. @@ -16,8 +18,6 @@ //source:cocoa/*.mm //source:cocoa/*.h //source:test/unit/*.cxx -//source:lexilla/src/*.cxx -//source:lexilla/test/*.cxx // C standard library #include <stddef.h> |