summaryrefslogtreecommitdiff
path: root/src/net/manaserv/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/manaserv/connection.h')
-rw-r--r--src/net/manaserv/connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/manaserv/connection.h b/src/net/manaserv/connection.h
index e5db8c8e..daab8b69 100644
--- a/src/net/manaserv/connection.h
+++ b/src/net/manaserv/connection.h
@@ -22,10 +22,10 @@
#ifndef NET_MANASERV_CONNECTION_H
#define NET_MANASERV_CONNECTION_H
-#include <iosfwd>
-
#include <enet/enet.h>
+#include <iosfwd>
+
namespace ManaServ
{
class MessageOut;