summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/depricatedevent.cpp3
-rw-r--r--src/dropshortcut.cpp1
-rw-r--r--src/spellshortcut.cpp1
3 files changed, 2 insertions, 3 deletions
diff --git a/src/depricatedevent.cpp b/src/depricatedevent.cpp
index 0d5ffca7b..8f0eadf82 100644
--- a/src/depricatedevent.cpp
+++ b/src/depricatedevent.cpp
@@ -62,7 +62,8 @@ int DepricatedEvent::getInt(const std::string &key) const
}
void DepricatedEvent::setString(const std::string &key,
- const std::string &value) throw (BadDepricatedEvent)
+ const std::string &value)
+ throw (BadDepricatedEvent)
{
if (mData.find(key) != mData.end())
throw KEY_ALREADY_EXISTS;
diff --git a/src/dropshortcut.cpp b/src/dropshortcut.cpp
index 410af8739..4deb8901d 100644
--- a/src/dropshortcut.cpp
+++ b/src/dropshortcut.cpp
@@ -28,7 +28,6 @@
#include "localplayer.h"
#include "playerinfo.h"
-#include "gui/chatwindow.h"
#include "gui/widgets/chattab.h"
#include "net/inventoryhandler.h"
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp
index 27ccc1646..0f8697f79 100644
--- a/src/spellshortcut.cpp
+++ b/src/spellshortcut.cpp
@@ -26,7 +26,6 @@
#include "spellshortcut.h"
#include "localplayer.h"
-#include "gui/chatwindow.h"
#include "gui/widgets/chattab.h"
#include "net/inventoryhandler.h"