diff options
Diffstat (limited to 'src/net_common.c')
-rw-r--r-- | src/net_common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net_common.c b/src/net_common.c index 5b86120..91c2ae8 100644 --- a/src/net_common.c +++ b/src/net_common.c @@ -26,8 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "protocol.h" #include "q_msg.h" #include "q_fifo.h" -#include "net_sock.h" -#include "net_stream.h" +#include "net_common.h" #ifdef _DEBUG #include "files.h" #endif |