From: Torsten Dreyer Date: Sun, 27 Feb 2011 19:35:44 +0000 (+0100) Subject: Don't depend on props.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83124e0c056b13bf8150d74fdc2d139122f697bb;p=simgear.git Don't depend on props.hxx There is no reference to anything defined in props.hxx, so remove the dependency here. --- diff --git a/simgear/structure/subsystem_mgr.hxx b/simgear/structure/subsystem_mgr.hxx index c49d73fd..0de20ef8 100644 --- a/simgear/structure/subsystem_mgr.hxx +++ b/simgear/structure/subsystem_mgr.hxx @@ -29,8 +29,8 @@ #include #include -#include #include +#include #include "SGSmplstat.hxx"