From d8b8a69af8c3f19627b7516674f77dd1071a39e8 Mon Sep 17 00:00:00 2001 From: johns <> Date: Tue, 23 Jul 2002 15:06:19 +0000 Subject: [PATCH] Removed unneeded includes (from Alexander Kjaell). --- src/ui/botpanel.cpp | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/ui/botpanel.cpp b/src/ui/botpanel.cpp index 0b89bcdda..86261aabc 100644 --- a/src/ui/botpanel.cpp +++ b/src/ui/botpanel.cpp @@ -20,7 +20,7 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// +/ // $Id$ //@{ @@ -36,25 +36,10 @@ #include "freecraft.h" -// FIXME: Check if all are needed? #include "video.h" -#include "icons.h" -#include "sound_id.h" -#include "upgrade_structs.h" -#include "upgrade.h" -#include "unitsound.h" -#include "unittype.h" -#include "player.h" #include "unit.h" -#include "commands.h" -#include "depend.h" #include "interface.h" #include "ui.h" -#include "sound.h" -#include "actions.h" -#include "cursor.h" -#include "map.h" -#include "unit.h" #include "font.h" #include "spells.h"