mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Fix includes in source/ps
Make include-what-you-use happy with some files in source/ps and fix what needs to be fixed. Delete source/ps/FutureForward.h as it is no longer used. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
+1
-4
@@ -49,8 +49,7 @@
|
||||
#include "simulation2/Simulation2.h"
|
||||
#include "simulation2/components/ICmpPlayer.h"
|
||||
#include "simulation2/components/ICmpPlayerManager.h"
|
||||
#include "simulation2/system/CmpPtr.h"
|
||||
#include "simulation2/system/Components.h"
|
||||
#include "simulation2/system/Component.h"
|
||||
#include "simulation2/system/Entity.h"
|
||||
#include "simulation2/system/LocalTurnManager.h"
|
||||
#include "simulation2/system/ReplayTurnManager.h"
|
||||
@@ -66,8 +65,6 @@
|
||||
#include <sstream>
|
||||
#include <utility>
|
||||
|
||||
class IComponent;
|
||||
|
||||
extern GameLoopState* g_AtlasGameLoop;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user