summaryrefslogtreecommitdiff
path: root/src/net/ea/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-20 17:42:43 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-20 18:56:15 +0300
commitd9994f114b1febf4c075d77c0fb3e7a44e510e20 (patch)
tree00eeae0b23ab620363dedcce448af25325b1381f /src/net/ea/gui
parentd65f51b41a9d84c501bb25bc3849ffd8446fb2e6 (diff)
downloadplus-d9994f114b1febf4c075d77c0fb3e7a44e510e20.tar.gz
plus-d9994f114b1febf4c075d77c0fb3e7a44e510e20.tar.bz2
plus-d9994f114b1febf4c075d77c0fb3e7a44e510e20.tar.xz
plus-d9994f114b1febf4c075d77c0fb3e7a44e510e20.zip
Fix code style and some minor issues.
Diffstat (limited to 'src/net/ea/gui')
-rw-r--r--src/net/ea/gui/guildtab.cpp2
-rw-r--r--src/net/ea/gui/partytab.cpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/net/ea/gui/guildtab.cpp b/src/net/ea/gui/guildtab.cpp
index 6ec3d7167..210db0235 100644
--- a/src/net/ea/gui/guildtab.cpp
+++ b/src/net/ea/gui/guildtab.cpp
@@ -28,8 +28,6 @@
#include "localplayer.h"
#include "sound.h"
-#include "gui/theme.h"
-
#include "net/net.h"
#include "net/ea/guildhandler.h"
diff --git a/src/net/ea/gui/partytab.cpp b/src/net/ea/gui/partytab.cpp
index 2c97c8cc4..4b9cd0488 100644
--- a/src/net/ea/gui/partytab.cpp
+++ b/src/net/ea/gui/partytab.cpp
@@ -28,8 +28,6 @@
#include "party.h"
#include "sound.h"
-#include "gui/theme.h"
-
#include "net/net.h"
#include "net/partyhandler.h"