summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index 6711f962..e2021273 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -19,17 +19,18 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
#include "commandhandler.h"
+
#include "channelmanager.h"
#include "channel.h"
#include "game.h"
#include "localplayer.h"
#include "playerrelations.h"
+#include "gui/chat.h"
+
#include "gui/widgets/channeltab.h"
#include "gui/widgets/chattab.h"
-#include "gui/chat.h"
#include "net/adminhandler.h"
#include "net/chathandler.h"