]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_commands.hxx
Remove current_aircraft global, fgAIRCRAFT struct, and dead code for reading aircraft...
[flightgear.git] / src / Main / fg_commands.hxx
index 3fb0af3a0895af193c49524ea5eb26d4784a3539..1694ca02cb0aec34a0d402ba4bb74b76bb8c712f 100644 (file)
@@ -3,21 +3,17 @@
 #ifndef __FG_COMMANDS_HXX
 #define __FG_COMMANDS_HXX
 
-#ifndef __cplusplus                                                          
+#ifndef __cplusplus
 # error This library requires C++
-#endif                                   
+#endif
 
 
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>                     
-#endif
-
-#include <simgear/misc/commands.hxx>
-#include <simgear/misc/props.hxx>
+#include <simgear/structure/commands.hxx>
+#include <simgear/props/props.hxx>
 
 /**
  * Initialize the built-in commands.