mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 11:32:45 +00:00
Fix includes in source/simulation2
Make include-what-you-use happy with some files in source/simulatation2 and fix what needs to be fixed. source/simulation2/system/ComponentTest.h uses cxxtest, so add cxxtest to the deps for simulation2 target. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#include "CCmpUnitMotion.h"
|
||||
|
||||
#include "lib/debug.h"
|
||||
#include "lib/path.h"
|
||||
#include "lib/types.h"
|
||||
#include "maths/Fixed.h"
|
||||
#include "maths/FixedVector2D.h"
|
||||
@@ -37,6 +36,8 @@
|
||||
#include "simulation2/components/ICmpUnitMotion.h"
|
||||
#include "simulation2/helpers/Grid.h"
|
||||
#include "simulation2/helpers/Position.h"
|
||||
#include "simulation2/serialization/SerializeTemplates.h"
|
||||
#include "simulation2/system/Component.h"
|
||||
#include "simulation2/system/Entity.h"
|
||||
#include "simulation2/system/EntityMap.h"
|
||||
#include "simulation2/system/Message.h"
|
||||
@@ -45,7 +46,6 @@
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <limits>
|
||||
#include <new>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <unordered_set>
|
||||
|
||||
Reference in New Issue
Block a user