(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.

This commit is contained in:
rubidium
2007-01-04 21:21:14 +00:00
parent 35b7e0a1b8
commit 2a2020c34c
7 changed files with 15 additions and 11 deletions

View File

@@ -5,6 +5,9 @@
#ifdef ENABLE_NETWORK
#include "os_abstraction.h"
#include "packet.h"
/**
* @file tcp.h Basic functions to receive and send TCP packets.
*/