# include <config.h>
#endif
+#include <cstdlib>
#include "AIFlightPlan.hxx"
#include <simgear/math/sg_geodesy.hxx>
# include <config.h>
#endif
+#include <cstdlib>
+
#include <simgear/math/sg_geodesy.hxx>
#include <Airports/simple.hxx>
#endif
#include <sstream>
+#include <cstdlib>
#include <simgear/math/SGMath.hxx>
#include <simgear/constants.h>
#endif
#include <math.h>
+#include <cstdlib>
#include <cstring>
#include <simgear/compiler.h>
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
+#include <cstdlib>
+
#include "inputvalue.hxx"
#include <Main/fg_props.hxx>
+
using namespace FGXMLAutopilot;
PeriodicalValue::PeriodicalValue( SGPropertyNode_ptr root )
# include "config.h"
#endif
+#include <cstdlib>
+
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/misc/sg_path.hxx>
++j;
for(i=x-2; i<=x+2; ++i) _instrument->DrawPixel(i, j, (i != x ? true : false));
++j;
- for(i=x-2; i<=x+2; ++i) _instrument->DrawPixel(i, j, (abs(i - x) > 1 ? true : false));
+ for(i=x-2; i<=x+2; ++i) _instrument->DrawPixel(i, j, (std::abs(i - x) > 1 ? true : false));
++j;
for(i=x-2; i<=x+2; ++i) _instrument->DrawPixel(i, j, (i != x ? true : false));
++j;
# include "config.h"
#endif
+#include <cstdlib>
+
#include <Main/fg_props.hxx>
#include "kln89_page_cal.hxx"
# include "config.h"
#endif
+#include <cstdlib>
+
#include "kln89_page_nav.hxx"
#include <Main/fg_props.hxx>
#include <fstream>
#include <iostream>
+#include <cstdlib>
using namespace std;
# include <sys/types.h>
# include <sys/stat.h>
# include <fcntl.h>
+# include <stdlib.h>
# include <unistd.h>
# include <istream>
#endif
# include <sys/types.h>
# include <sys/stat.h>
# include <fcntl.h>
+# include <stdlib.h>
# include <unistd.h>
# include <ostream>
#endif
# include "config.h"
#endif
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>
# include "config.h"
#endif
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>
# include "config.h"
#endif
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>
#endif
#include <iostream>
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>
# include "config.h"
#endif
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>
# include <config.h>
#endif
+#include <cstdlib>
#include <cstring>
#include <simgear/structure/exception.hxx>
#include <Main/globals.hxx>
#include <Main/util.hxx>
+#include <cstdlib>
#include <iostream>
#include <string>
#include <sstream>