X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.hxx;h=309dca90b8961041e8f69a06dffff316f940e6da;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=6bd3c6e2e1155da6c79ff73dc25fad2d81a3f7ff;hpb=980012e1682fdb27c9b9ec27edea0b549d603f9d;p=flightgear.git diff --git a/src/Main/fg_commands.hxx b/src/Main/fg_commands.hxx index 6bd3c6e2e..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