diff options
Diffstat (limited to 'src/netcomputer.h')
-rw-r--r-- | src/netcomputer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/netcomputer.h b/src/netcomputer.h index c6f2c5fc..89ad6ba7 100644 --- a/src/netcomputer.h +++ b/src/netcomputer.h @@ -24,17 +24,16 @@ #ifndef _TMWSERV_NETCOMPUTER_H_ #define _TMWSERV_NETCOMPUTER_H_ -#include "packet.h" +#include <iosfwd> #include <SDL_net.h> -#include <string> #include <queue> -#include <list> #include "account.h" #include "being.h" // Forward declaration class ConnectionHandler; +class Packet; /** * This class represents a known computer on the network. For example a |