From: James Turner Date: Wed, 29 Sep 2010 21:27:27 +0000 (+0100) Subject: Tidy fg_commands header. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f969504e6b0e88af72ff383dbad2406258fcd6a0;p=flightgear.git Tidy fg_commands header. --- diff --git a/src/Main/fg_commands.hxx b/src/Main/fg_commands.hxx index 1694ca02c..309dca90b 100644 --- a/src/Main/fg_commands.hxx +++ b/src/Main/fg_commands.hxx @@ -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 -#endif - -#include -#include - /** * Initialize the built-in commands. */ void fgInitCommands (); -#endif - // end of fg_commands.hxx + +#endif