X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.hxx;h=309dca90b8961041e8f69a06dffff316f940e6da;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=78342163c4b74bf027ac2c6e10be657665b7a346;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Main/fg_commands.hxx b/src/Main/fg_commands.hxx index 78342163c..309dca90b 100644 --- a/src/Main/fg_commands.hxx +++ b/src/Main/fg_commands.hxx @@ -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 -#endif - -#ifdef HAVE_WINDOWS_H -# include -#endif - -#include -#include - /** * Initialize the built-in commands. */ void fgInitCommands (); -#endif - // end of fg_commands.hxx + +#endif