From 334b8ac5e012022439431af61bbbc21918ed12c5 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 13 May 2025 15:22:42 +1000 Subject: Remove directories no longer included in Scintilla and document Qt. --- scripts/HeaderOrder.txt | 4 ++-- 1 file 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 -- cgit v1.2.3