From 6ce15b14c9012f922b52dc785e0f9aa650af3680 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Fri, 12 Mar 2010 13:23:50 +0000 Subject: [PATCH] prepend net/ to include paths --- core/net/neighbor-attr.c | 2 +- core/net/neighbor-attr.h | 2 +- core/net/neighbor-info.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/net/neighbor-attr.c b/core/net/neighbor-attr.c index e27b2f397..a17d999a8 100644 --- a/core/net/neighbor-attr.c +++ b/core/net/neighbor-attr.c @@ -36,7 +36,7 @@ #include "lib/memb.h" #include "lib/list.h" -#include "neighbor-attr.h" +#include "net/neighbor-attr.h" #define DEBUG 0 diff --git a/core/net/neighbor-attr.h b/core/net/neighbor-attr.h index 79f660048..a14633e41 100644 --- a/core/net/neighbor-attr.h +++ b/core/net/neighbor-attr.h @@ -33,7 +33,7 @@ #ifndef NEIGHBORATTR_H_ #define NEIGHBORATTR_H_ -#include "rime.h" +#include "net/rime.h" /** * define how many neighbors you can store diff --git a/core/net/neighbor-info.c b/core/net/neighbor-info.c index 1015c8060..8596d2794 100644 --- a/core/net/neighbor-info.c +++ b/core/net/neighbor-info.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: neighbor-info.c,v 1.1 2010/03/12 13:19:45 nvt-se Exp $ + * $Id: neighbor-info.c,v 1.2 2010/03/12 13:23:50 nvt-se Exp $ */ /** * \file @@ -37,8 +37,8 @@ * \author Nicolas Tsiftes */ -#include "neighbor-info.h" -#include "neighbor-attr.h" +#include "net/neighbor-info.h" +#include "net/neighbor-attr.h" #define DEBUG 0 #if DEBUG