]> git.mxchange.org Git - flightgear.git/blobdiff - src/Replay/replay.hxx
MSVC fix
[flightgear.git] / src / Replay / replay.hxx
index 41f1a4a62d279670bacd1a010590b6f5a43f9be4..90367beb0e79f66b099c964a23b51c99caf91fa1 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started Juley 2003.
 //
-// Copyright (C) 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2003  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/math/sg_types.hxx>
 #include <simgear/props/props.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 #include <Network/net_ctrls.hxx>
 #include <Network/net_fdm.hxx>
-#include <Main/fgfs.hxx>
 
 SG_USING_STD(deque);
 
@@ -60,7 +60,7 @@ typedef deque < FGReplayData > replay_list_type;
  * 
  */
 
-class FGReplay : public FGSubsystem
+class FGReplay : public SGSubsystem
 {
 
 public: