summaryrefslogtreecommitdiff
path: root/src/network/clientopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/clientopcodes.h')
-rw-r--r--src/network/clientopcodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/clientopcodes.h b/src/network/clientopcodes.h
index 43a93bb4f..789c9c0bb 100644
--- a/src/network/clientopcodes.h
+++ b/src/network/clientopcodes.h
@@ -23,7 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "client.h"
#include "networkprotocol.h"
-#include "networkpacket.h"
+
+class NetworkPacket;
enum ToClientConnectionState {
TOCLIENT_STATE_NOT_CONNECTED,