From f6bf9339c58305b2264cc5e5ae5b9617d13a884f Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 5 Dec 2010 18:09:51 +0000 Subject: [PATCH] Remove unneeded includes. --- src/construct_dialog.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/construct_dialog.cpp b/src/construct_dialog.cpp index 62e22b4a622..663b6b4cd93 100644 --- a/src/construct_dialog.cpp +++ b/src/construct_dialog.cpp @@ -14,13 +14,11 @@ See the COPYING file for more details. */ -#include "global.hpp" - #define GETTEXT_DOMAIN "wesnoth-lib" #include "construct_dialog.hpp" + #include "display.hpp" -#include "game_config.hpp" #include "gettext.hpp" #include "sound.hpp" #include "log.hpp"