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

@ -35,7 +35,7 @@
#include "contiki-net.h"
#include "ctk/ctk.h"
#include "cfs/cfs.h"
#include "net/dhcpc.h"
#include "net/ip/dhcpc.h"
static struct ctk_window window;

View file

@ -35,7 +35,7 @@
#include <unistd.h>
#include <string.h>
#include "net/uip.h"
#include "net/ip/uip.h"
#include "sys/log.h"
/*-----------------------------------------------------------------------------------*/

View file

@ -34,7 +34,7 @@
#include "contiki-net.h"
#include "net/ethernet.h"
#include "net/uip-neighbor.h"
#include "net/ipv4/uip-neighbor.h"
#include "net/ethernet-drv.h"

View file

@ -32,8 +32,8 @@
*/
#include "net/uip.h"
#include "net/uip_arch.h"
#include "net/ip/uip.h"
#include "net/ip/uip_arch.h"
#define BUF ((uip_tcpip_hdr *)&uip_buf[UIP_LLH_LEN])
#define IP_PROTO_TCP 6