1
0
Fork 0

Make some include dependencies explicit.

This commit is contained in:
James Turner 2012-08-22 00:07:53 +01:00
parent 45d2e693ee
commit 588eba658a
5 changed files with 5 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <simgear/sg_inlines.h>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/math/sg_random.h>
#include <math.h>
#include <Main/util.hxx>

View file

@ -34,6 +34,7 @@
#include <simgear/scene/material/EffectGeode.hxx>
#include <simgear/scene/material/matlib.hxx>
#include <simgear/scene/material/mat.hxx>
#include <simgear/scene/util/OSGMath.hxx>
#include <Scenery/scenery.hxx>
#include "trafficcontrol.hxx"

View file

@ -38,6 +38,7 @@
#include <simgear/scene/material/EffectGeode.hxx>
#include <simgear/scene/material/matlib.hxx>
#include <simgear/scene/material/mat.hxx>
#include <simgear/scene/util/OSGMath.hxx>
#include <Airports/simple.hxx>
#include <Airports/dynamics.hxx>

View file

@ -43,6 +43,7 @@
#include <simgear/math/SGMisc.hxx>
#include <simgear/scene/util/SGNodeMasks.hxx>
#include <simgear/scene/util/SGSceneUserData.hxx>
#include <simgear/scene/util/OSGMath.hxx>
#include <simgear/scene/bvh/BVHNode.hxx>
#include <simgear/scene/bvh/BVHGroup.hxx>

View file

@ -40,6 +40,7 @@
#include <simgear/scene/tgdb/userdata.hxx>
#include <simgear/scene/material/matlib.hxx>
#include <simgear/scene/util/SGNodeMasks.hxx>
#include <simgear/scene/util/OSGMath.hxx>
#include <simgear/scene/util/SGSceneUserData.hxx>
#include <simgear/scene/model/CheckSceneryVisitor.hxx>
#include <simgear/scene/bvh/BVHNode.hxx>