mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix some includes all over the place
Make include-what-you-use happy with some files in source and fix what needs to be fixed. Add markers to precompiled.h header includes to avoid include-what-you-use wanting them to be removed. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -24,20 +24,18 @@
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include "lib/self_test.h"
|
||||
#include <cxxtest/GlobalFixture.h>
|
||||
|
||||
#include "lib/timer.h"
|
||||
#include "lib/sysdep/sysdep.h"
|
||||
#include "lib/timer.h"
|
||||
#include "ps/Profiler2.h"
|
||||
#include "ps/TaskManager.h"
|
||||
#include "scriptinterface/FunctionWrapper.h"
|
||||
#include "scriptinterface/ScriptEngine.h"
|
||||
#include "scriptinterface/ScriptContext.h"
|
||||
#include "scriptinterface/ScriptEngine.h"
|
||||
#include "scriptinterface/ScriptInterface.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <optional>
|
||||
|
||||
class LeakReporter : public CxxTest::GlobalFixture
|
||||
|
||||
Reference in New Issue
Block a user