]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/strutils.hxx
Use plib rad/degrees conversion constants.
[simgear.git] / simgear / misc / strutils.hxx
index c8c430a428722c3b5f94504eb272e961d0a3c437..baf19f8bd7578cad7d3b40a81ab14f853ee46a9f 100644 (file)
 
 #include STL_STRING
 
-#ifdef FG_HAVE_STD_INCLUDES
+#ifdef SG_HAVE_STD_INCLUDES
 #  include <cstdlib>
 #else
 #  include <stdlib.h>
 #endif
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 // Default characters to remove.
 extern const string whitespace;