]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/predictor.cxx
Positioned/Cache tweaks to support PoIs.
[flightgear.git] / src / Autopilot / predictor.cxx
index eece5cf37e4960fa3cc3b4649f2a29f419f1e3ae..d5c854a728662449133d07a5e3ebd39cb703f42e 100644 (file)
 
 #include "predictor.hxx"
 
-#ifdef SG_BULK
-#undef SG_BULK
-#endif
-#define SG_BULK SG_ALERT
-#ifdef SG_INFO
-#undef SG_INFO
-#endif
-#define SG_INFO SG_ALERT
-
 using namespace FGXMLAutopilot;
 
+using std::endl;
+using std::cout;
+
 Predictor::Predictor () :
     AnalogComponent(),
     _average(0.0)