Updated include paths for the moved files under net/

This commit is contained in:
Adam Dunkels 2013-11-22 09:17:54 +01:00
parent afdeed1c64
commit 5f3fe7f7c7
176 changed files with 342 additions and 338 deletions

View file

@ -70,10 +70,10 @@
* the packet back to the peer.
*/
#include "net/uip.h"
#include "net/uipopt.h"
#include "net/uip_arp.h"
#include "net/uip_arch.h"
#include "net/ip/uip.h"
#include "net/ip/uipopt.h"
#include "net/ipv4/uip_arp.h"
#include "net/ip/uip_arch.h"
#if !UIP_CONF_IPV6 /* If UIP_CONF_IPV6 is defined, we compile the
uip6.c file instead of this one. Therefore
@ -82,7 +82,7 @@
#if UIP_CONF_IPV6
#include "net/uip-neighbor.h"
#include "net/ipv4/uip-neighbor.h"
#endif /* UIP_CONF_IPV6 */
#include <string.h>