]> git.mxchange.org Git - simgear.git/commitdiff
Moved includes higher to make sure that std::sort is known.
authordavid <david>
Wed, 20 Mar 2002 13:43:23 +0000 (13:43 +0000)
committerdavid <david>
Wed, 20 Mar 2002 13:43:23 +0000 (13:43 +0000)
simgear/misc/props.cxx

index 8ff66ca01231cac8c870a314a69e3f330e987170..21a2aac47294f45350c9394ed2c54d1a73b0beef 100644 (file)
@@ -8,6 +8,10 @@
 
 #include "props.hxx"
 
+#include <algorithm>
+#include <stdio.h>
+#include <string.h>
+
 #if PROPS_STANDALONE
 
 #include <iostream>
@@ -24,9 +28,6 @@ SG_USING_STD(sort);
 
 #endif
 
-#include <algorithm>
-#include <stdio.h>
-#include <string.h>
 
 
 \f