Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h

This commit is contained in:
adamdunkels 2007-12-17 09:14:08 +00:00
parent 8287215c82
commit 758411d06d
12 changed files with 32 additions and 28 deletions

View file

@ -33,7 +33,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: route.c,v 1.7 2007/11/28 20:00:57 adamdunkels Exp $
* $Id: route.c,v 1.8 2007/12/17 09:14:08 adamdunkels Exp $
*/
/**
@ -45,6 +45,9 @@
#include <stdio.h>
#include "lib/list.h"
#include "lib/memb.h"
#include "net/rime/ctimer.h"
#include "net/rime/route.h"
#define NUM_RT_ENTRIES 8