From 1387f47a797567dd28d1e454f2aa6bbaec226d89 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sun, 20 May 2012 11:49:31 +0200 Subject: [PATCH] Remove redundant inclusion of SGMath.hxx --- simgear/scene/material/mat.hxx | 1 - simgear/scene/util/SGDebugDrawCallback.hxx | 1 - simgear/sound/sample_openal.hxx | 1 - simgear/sound/sample_queue.hxx | 1 - 4 files changed, 4 deletions(-) diff --git a/simgear/scene/material/mat.hxx b/simgear/scene/material/mat.hxx index a939be4b..7115a8ef 100644 --- a/simgear/scene/material/mat.hxx +++ b/simgear/scene/material/mat.hxx @@ -36,7 +36,6 @@ #include #include -#include #include "Effect.hxx" #include diff --git a/simgear/scene/util/SGDebugDrawCallback.hxx b/simgear/scene/util/SGDebugDrawCallback.hxx index 5818f641..4f02baaa 100644 --- a/simgear/scene/util/SGDebugDrawCallback.hxx +++ b/simgear/scene/util/SGDebugDrawCallback.hxx @@ -26,7 +26,6 @@ #include #include #include -#include struct SGDebugDrawCallback : public osg::Drawable::DrawCallback { virtual void drawImplementation(osg::State& state, diff --git a/simgear/sound/sample_openal.hxx b/simgear/sound/sample_openal.hxx index a231f663..a32b8719 100644 --- a/simgear/sound/sample_openal.hxx +++ b/simgear/sound/sample_openal.hxx @@ -41,7 +41,6 @@ #include #include #include -#include class SGPath; diff --git a/simgear/sound/sample_queue.hxx b/simgear/sound/sample_queue.hxx index 3d2c46a8..b2f96185 100644 --- a/simgear/sound/sample_queue.hxx +++ b/simgear/sound/sample_queue.hxx @@ -39,7 +39,6 @@ #include #include #include -#include #include "sample_openal.hxx" -- 2.39.5