]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIMgr.cxx
If it's a struct, it's not a class
[flightgear.git] / src / ATC / AIMgr.cxx
index 2263f475934a1cddadcf6c7749ab19d249f6214c..34527a79f016b2c216c6d8617c6f30cb57be8eca 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-#include <simgear/misc/sg_path.hxx>
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
+#include <simgear/misc/sg_path.hxx>
 #include <simgear/math/sg_random.h>
 #include <list>