From 1941e274acd375ff70fd09a9d458755d2a82e66e Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Mon, 6 Mar 2006 00:26:05 +0000 Subject: Cleaned up unnecessary header dependencies and fixed some indentations. --- src/netcomputer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/netcomputer.cpp') diff --git a/src/netcomputer.cpp b/src/netcomputer.cpp index 777610b..f3f1aeb 100644 --- a/src/netcomputer.cpp +++ b/src/netcomputer.cpp @@ -22,7 +22,9 @@ */ #include "netcomputer.h" + #include "chatchannelmanager.h" +#include "packet.h" #include "state.h" NetComputer::NetComputer(ConnectionHandler *handler, TCPsocket sock): -- cgit