]> git.mxchange.org Git - flightgear.git/commitdiff
Remove <plib/sg> includes.
authorjmt <jmt>
Sun, 20 Sep 2009 08:21:05 +0000 (08:21 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 20 Sep 2009 14:46:32 +0000 (16:46 +0200)
src/Environment/environment.cxx
src/FDM/LaRCsim/LaRCsimIC.hxx
src/Instrumentation/mag_compass.cxx

index f915e526194fc088905ba444263fa8ce6b3c94fb..02a9d6416be75c00bd9be1ec0fe223709124a2c7 100644 (file)
@@ -29,8 +29,6 @@
 
 #include <boost/tuple/tuple.hpp>
 
-#include <plib/sg.h>
-
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/interpolater.hxx>
index b6e1121538da433b8b1046f48928a650c6e1c5db..38d14d7c032ad557fd62bbe4457019fa7a31be03 100644 (file)
@@ -30,8 +30,6 @@
 INCLUDES
 *******************************************************************************/
 
-#include <plib/sg.h>
-
 #include "ls_constants.h"
 #include "ls_types.h"
 
index 223c777087e79fe36b46ebdf17d06775c512779d..1f57f0791923154a44fd9e98301f3ec08225a268 100644 (file)
@@ -10,7 +10,6 @@
 #  include <config.h>
 #endif
 
-#include <plib/sg.h>
 #include <simgear/sg_inlines.h>
 
 #include "mag_compass.hxx"