diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/HeaderCheck.py | 2 | ||||
-rw-r--r-- | scripts/HeaderOrder.txt | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/scripts/HeaderCheck.py b/scripts/HeaderCheck.py index b25dd105c..5378717a6 100644 --- a/scripts/HeaderCheck.py +++ b/scripts/HeaderCheck.py @@ -42,6 +42,8 @@ def CheckFiles(root): filePaths += glob.glob(root + "/cocoa/*.mm") filePaths += glob.glob(root + "/cocoa/*.h") filePaths += glob.glob(root + "/test/unit/*.cxx") + filePaths += glob.glob(root + "/lexilla/src/*.cxx") + filePaths += glob.glob(root + "/lexilla/test/*.cxx") # The Qt platform code interleaves system and Scintilla headers #~ filePaths += glob.glob(root + "/qt/ScintillaEditBase/*.cpp") #~ filePaths += glob.glob(root + "/qt/ScintillaEdit/*.cpp") diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 23c16081a..03eb3d539 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -49,6 +49,8 @@ #include <regex> #include <iostream> #include <sstream> +#include <fstream> +#include <filesystem> // POSIX #include <dlfcn.h> @@ -156,6 +158,10 @@ #include "ExternalLexer.h" +#include "Lexilla.h" +#include "TestDocument.h" +#include "LexillaAccess.h" + // Platform-specific headers // win32 |