diff --git a/simgear/misc/props.cxx b/simgear/misc/props.cxx index 8ff66ca01..21a2aac4 100644 --- a/simgear/misc/props.cxx +++ b/simgear/misc/props.cxx @@ -8,6 +8,10 @@ #include "props.hxx" +#include +#include +#include + #if PROPS_STANDALONE #include @@ -24,9 +28,6 @@ SG_USING_STD(sort); #endif -#include -#include -#include