]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/models/FGGasCell.h
Sync. with JSBSim CVS
[flightgear.git] / src / FDM / JSBSim / models / FGGasCell.h
index 4c1759a548553781e19a209264b70d90785b095b..010c6c8eb4095cc394e272eadbc5f7f7bde7a2ff 100644 (file)
@@ -45,22 +45,11 @@ INCLUDES
 #include <models/propulsion/FGForce.h>
 #include <math/FGFunction.h>
 
-#ifdef FGFS
-#  include <simgear/compiler.h>
-#  include STL_STRING
-  SG_USING_STD(string);
-  SG_USING_STD(cerr);
-  SG_USING_STD(endl);
-  SG_USING_STD(cout);
-#else
-# include <string>
-  using std::string;
-# if !defined(sgi) || defined(__GNUC__) || (_COMPILER_VERSION >= 740)
-   using std::cerr;
-   using std::endl;
-   using std::cout;
-# endif
-#endif
+#include <string>
+using std::string;
+using std::cerr;
+using std::endl;
+using std::cout;
 
 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 DEFINITIONS