Fix some includes in atlas

Make include-what-you-use happy with some files in source/tools/atlas
and fix what needs to be fixed.

Update premake script to include missing deps and drop various extra
paths for simplification.

Don't always include wx/wx.h via precompiled.h in case PCH is disabled.

Ref: #8086
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-08-09 21:17:38 +02:00
parent 7fde47e1f3
commit e22c5bd05e
56 changed files with 485 additions and 245 deletions
+12
View File
@@ -26,17 +26,29 @@
#include "lib/self_test.h"
#include "lib/code_generation.h"
#include "lib/debug.h"
#include "lib/os_path.h"
#include "lib/path.h"
#include "lib/sysdep/compiler.h"
#include "lib/sysdep/os.h"
#include "lib/sysdep/sysdep.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "ps/Profiler2.h"
#include "ps/TaskManager.h"
#include "ps/ThreadUtil.h"
#include "scriptinterface/FunctionWrapper.h"
#include "scriptinterface/ScriptContext.h"
#include "scriptinterface/ScriptEngine.h"
#include "scriptinterface/ScriptInterface.h"
#include "scriptinterface/ScriptRequest.h"
#include <fstream>
#include <iterator>
#include <memory>
#include <optional>
#include <string>
class LeakReporter : public CxxTest::GlobalFixture
{