]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_io.hxx
Disable two sided light model because Andy's patch to plib makes it unneeded. This...
[flightgear.git] / src / Main / fg_io.hxx
index 3f81f94177cdc2e2cc97e862edae218a9a1dc2be..aa377c18298eff61e6f7d318c0293dce8d2fa969 100644 (file)
 
 
 #include <simgear/compiler.h>
+#include <simgear/structure/subsystem_mgr.hxx>
+
 #include <vector>
 #include STL_STRING
 
-#include "fgfs.hxx"
-
 SG_USING_STD(vector);
 SG_USING_STD(string);
 
 class FGProtocol;
 
-class FGIO : public FGSubsystem
+class FGIO : public SGSubsystem
 {
 public:
     FGIO();