]> git.mxchange.org Git - simgear.git/commitdiff
Don't depend on props.hxx
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 27 Feb 2011 19:35:44 +0000 (20:35 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 27 Feb 2011 19:35:44 +0000 (20:35 +0100)
There is no reference to anything defined in props.hxx, so remove
the dependency here.

simgear/structure/subsystem_mgr.hxx

index c49d73fd2db8d143bf3ae47ae606c4aa29cc6848..0de20ef8623f2559dccd3c5dc661ea04574c425e 100644 (file)
@@ -29,8 +29,8 @@
 #include <map>
 #include <vector>
 
-#include <simgear/props/props.hxx>
 #include <simgear/timing/timestamp.hxx>
+#include <simgear/structure/SGSharedPtr.hxx>
 #include "SGSmplstat.hxx"