diff options
Diffstat (limited to 'scripts/HeaderCheck.py')
-rw-r--r-- | scripts/HeaderCheck.py | 2 |
1 files changed, 2 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") |