]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_io.hxx
Vivian Meazza:
[flightgear.git] / src / Main / fg_io.hxx
index 3f81f94177cdc2e2cc97e862edae218a9a1dc2be..b5a2cbb1718f7dee12b231968de7b92246d8ab31 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
 
 
 #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();