diff options
author | Neil <nyamatongwe@gmail.com> | 2025-05-13 15:22:42 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-05-13 15:22:42 +1000 |
commit | 334b8ac5e012022439431af61bbbc21918ed12c5 (patch) | |
tree | dc9fa29afde3b1fddf8bb6bb1a0bc285a95bf5b7 | |
parent | 140a921a133ee63337e8dfe1c7261b7eb86399e9 (diff) | |
download | scintilla-mirror-334b8ac5e012022439431af61bbbc21918ed12c5.tar.gz |
Remove directories no longer included in Scintilla and document Qt.
-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> |