]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_commands.hxx
Abstraction for the user's desktop location.
[flightgear.git] / src / Main / fg_commands.hxx
index 78342163c4b74bf027ac2c6e10be657665b7a346..309dca90b8961041e8f69a06dffff316f940e6da 100644 (file)
@@ -3,27 +3,11 @@
 #ifndef __FG_COMMANDS_HXX
 #define __FG_COMMANDS_HXX
 
-#ifndef __cplusplus
-# error This library requires C++
-#endif
-
-
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
-#include <simgear/structure/commands.hxx>
-#include <simgear/props/props.hxx>
-
 /**
  * Initialize the built-in commands.
  */
 void fgInitCommands ();
 
-#endif
-
 // end of fg_commands.hxx
+
+#endif