summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r--src/net/messageout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h
index d836b43f..7cbca165 100644
--- a/src/net/messageout.h
+++ b/src/net/messageout.h
@@ -24,9 +24,9 @@
#ifndef _TMW_MESSAGEOUT_
#define _TMW_MESSAGEOUT_
-#include <string>
+#include <iosfwd>
-#include "packet.h"
+class Packet;
/**
* Used for building an outgoing message.