]> git.mxchange.org Git - flightgear.git/commitdiff
Tidy fg_commands header.
authorJames Turner <zakalawe@mac.com>
Wed, 29 Sep 2010 21:27:27 +0000 (22:27 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 30 Sep 2010 22:10:00 +0000 (23:10 +0100)
src/Main/fg_commands.hxx

index 1694ca02cb0aec34a0d402ba4bb74b76bb8c712f..309dca90b8961041e8f69a06dffff316f940e6da 100644 (file)
@@ -3,23 +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
-
-#include <simgear/structure/commands.hxx>
-#include <simgear/props/props.hxx>
-
 /**
  * Initialize the built-in commands.
  */
 void fgInitCommands ();
 
-#endif
-
 // end of fg_commands.hxx
+
+#endif