From f969504e6b0e88af72ff383dbad2406258fcd6a0 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 29 Sep 2010 22:27:27 +0100 Subject: [PATCH] Tidy fg_commands header. --- src/Main/fg_commands.hxx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) 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 -- 2.39.5