summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 01:29:34 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 01:29:34 +0000
commitcd61419ff834e7aaa66b2850cebd10d0b5d0fe3d (patch)
treef4d68e699836194ecbd011a5a8a1382972631c03 /src/gui/chat.h
parent86c3960b6f72f007ff0529c73fa60888e49c0b35 (diff)
downloadMana-cd61419ff834e7aaa66b2850cebd10d0b5d0fe3d.tar.gz
Mana-cd61419ff834e7aaa66b2850cebd10d0b5d0fe3d.tar.bz2
Mana-cd61419ff834e7aaa66b2850cebd10d0b5d0fe3d.tar.xz
Mana-cd61419ff834e7aaa66b2850cebd10d0b5d0fe3d.zip
Change header order.
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 9723535e..d55ad704 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -24,12 +24,12 @@
#ifndef _TMW_CHAT_H
#define _TMW_CHAT_H
-#include "../net/network.h"
#include <guichan.hpp>
#include <allegro.h>
#include <list>
#include <string>
#include <fstream>
+#include "../net/network.h"
#define BY_GM 0 // those should be self-explanatory =)
#define BY_PLAYER 1