-#include <string.h> // strncpy()
#include <Main/globals.hxx>
#include <Airports/simple.hxx>
// AirportList.hxx - scrolling list of airports.
#ifndef __AIRPORTLIST_HXX
+#define __AIRPORTLIST_HXX
+
+#include <simgear/compiler.h>
+#include STL_STRING
#include <plib/pu.h>
#include "puList.hxx"
+SG_USING_STD(string);
+
class FGAirportList;
class AirportList : public puList
};
#endif // __AIRPORTLIST_HXX
-
-// end of AirportList.hxx
#include <Autopilot/auto_gui.hxx>
#include <Input/input.hxx>
#include <Main/globals.hxx>
-#include <Main/fg_props.hxx>
#include "new_gui.hxx"
#include "menubar.hxx"
#endif
#include <simgear/compiler.h> // for SG_USING_STD
+#include <Main/fg_props.hxx>
#include <plib/pu.h>
#endif
#include <plib/sg.h>
-#include <plib/ssg.h>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Cockpit/panel.hxx>
#ifndef _INST_WXRADAR_HXX
#define _INST_WXRADAR_HXX
+#include <plib/ssg.h>
+
#include <simgear/props/props.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/environment/visual_enviro.hxx>