summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-25 15:44:38 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-25 15:44:38 +0100
commit5307b022f652ad34a8b2ef35d674817b7da33759 (patch)
treed68fcfe8be1cc317d4910858d4ec3784ef2e5439 /src/game.cpp
parent2c51c98625b225cecfb9628c30d62d4e30f7e3e1 (diff)
downloadmana-5307b022f652ad34a8b2ef35d674817b7da33759.tar.gz
mana-5307b022f652ad34a8b2ef35d674817b7da33759.tar.bz2
mana-5307b022f652ad34a8b2ef35d674817b7da33759.tar.xz
mana-5307b022f652ad34a8b2ef35d674817b7da33759.zip
Minor includes cleanup
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index f71d8575..c934ed69 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -42,7 +42,6 @@
#include "sound.h"
#include "gui/chatwindow.h"
-#include "gui/confirmdialog.h"
#include "gui/debugwindow.h"
#include "gui/equipmentwindow.h"
#include "gui/gui.h"
@@ -70,7 +69,6 @@
#include "gui/widgets/itemshortcutcontainer.h"
#include "net/gamehandler.h"
-#include "net/generalhandler.h"
#include "net/net.h"
#include "net/playerhandler.h"