diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
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 |