Fix check-files

This commit is contained in:
SirLynix
2023-03-21 13:21:49 +01:00
parent 507cd27eaf
commit 6fd90d63ef
8 changed files with 8 additions and 8 deletions

View File

@@ -498,7 +498,7 @@ on_run(function ()
order = 1 -- top engine includes
elseif inclusions[i].path == "Nazara/" .. debugIncludeModule .. "/Debug.hpp" then
order = 6 -- debug include
elseif inclusions[i].path:match("^Nazara/Utils/") then
elseif inclusions[i].path:match("^NazaraUtils/") then
order = 2.1 -- NazaraUtils
elseif inclusions[i].path:match("^Nazara/") then
order = 2 -- engine includes