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