From d0faf695853fa51ff72a557e3bb7f300acabdfa8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Sep 2013 21:27:05 +0300 Subject: remove some other unused includes. --- src/commandhandler.h | 1 + src/commands.cpp | 1 + src/commands.h | 2 -- src/gui/chatwindow.cpp | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/commandhandler.h b/src/commandhandler.h index 4e30dce01..0954d95c2 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -25,6 +25,7 @@ #include "commands.h" +#include #include #include "localconsts.h" diff --git a/src/commands.cpp b/src/commands.cpp index 44449a157..680890b65 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -32,6 +32,7 @@ #include "party.h" #include "being/localplayer.h" +#include "being/playerrelations.h" #include "gui/buydialog.h" #include "gui/chatwindow.h" diff --git a/src/commands.h b/src/commands.h index d196b9c51..9a5c60157 100644 --- a/src/commands.h +++ b/src/commands.h @@ -23,8 +23,6 @@ #ifndef COMMANDS_H #define COMMANDS_H -#include "being/playerrelations.h" - #include "input/keydata.h" #include diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp index 9797578ec..f87d9c3bc 100644 --- a/src/gui/chatwindow.cpp +++ b/src/gui/chatwindow.cpp @@ -33,6 +33,7 @@ #include "being/localplayer.h" #include "being/playerinfo.h" +#include "being/playerrelations.h" #include "input/inputmanager.h" #include "input/keyevent.h" -- cgit v1.2.3-60-g2f50