Remove redundant inclusion of SGMath.hxx

This commit is contained in:
Frederic Bouvier
2012-05-20 11:49:31 +02:00
parent 65784896e1
commit 1387f47a79
4 changed files with 0 additions and 4 deletions

View File

@@ -36,7 +36,6 @@
#include <vector>
#include <map>
#include <simgear/math/SGMath.hxx>
#include "Effect.hxx"
#include <simgear/scene/tgdb/SGTexturedTriangleBin.hxx>

View File

@@ -26,7 +26,6 @@
#include <GL/gl.h>
#include <osg/Drawable>
#include <osg/State>
#include <simgear/math/SGMath.hxx>
struct SGDebugDrawCallback : public osg::Drawable::DrawCallback {
virtual void drawImplementation(osg::State& state,

View File

@@ -41,7 +41,6 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/SGReferenced.hxx>
#include <simgear/structure/SGSharedPtr.hxx>
#include <simgear/math/SGMath.hxx>
class SGPath;

View File

@@ -39,7 +39,6 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/SGReferenced.hxx>
#include <simgear/structure/SGSharedPtr.hxx>
#include <simgear/math/SGMath.hxx>
#include "sample_openal.hxx"