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

@ -47,7 +47,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rudolph2.h,v 1.2 2007/11/17 18:05:21 adamdunkels Exp $
* $Id: rudolph2.h,v 1.3 2007/12/17 09:14:08 adamdunkels Exp $
*/
/**
@ -60,10 +60,7 @@
#ifndef __RUDOLPH2_H__
#define __RUDOLPH2_H__
#include "net/rime.h"
#include "net/rime/sabc.h"
#include "net/rime/polite.h"
#include "contiki-net.h"
struct rudolph2_conn;