do includes the right way (for riot includes)

dev/timer
Christian Mehlis 10 years ago
parent d32b785816
commit 3ab669578c

@ -41,7 +41,7 @@ and the mailinglist (subscription via web site)
* @note $Id: cc110x-defaultSettings.c 2058 2010-03-31 08:59:31Z hillebra $
*/
#include <cc110x-defaultSettings.h>
#include "cc110x-defaultSettings.h"
/**
* Usable, non overlapping channels and corresponding frequencies

@ -44,13 +44,13 @@ and the mailinglist (subscription via web site)
#include <stdio.h>
#include <cc110x_ng.h>
#include <cc110x-arch.h>
#include <cc110x-internal.h>
#include <cc110x_spi.h>
#include <cc110x-reg.h>
#include "cc110x_ng.h"
#include "cc110x-arch.h"
#include "cc110x-internal.h"
#include "cc110x_spi.h"
#include "cc110x-reg.h"
#include <irq.h>
#include "irq.h"
/*---------------------------------------------------------------------------*/
// CC1100 SPI access

@ -19,8 +19,8 @@
#ifndef __VTIMER_H
#define __VTIMER_H
#include <queue.h>
#include <timex.h>
#include "queue.h"
#include "timex.h"
#define MSG_TIMER 12345

@ -2,14 +2,14 @@
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include <vtimer.h>
#include <timex.h>
#include <debug.h>
#include <thread.h>
#include <mutex.h>
#include <hwtimer.h>
#include <rtc.h>
#include <lpc2387-rtc.h>
#include "vtimer.h"
#include "timex.h"
#include "debug.h"
#include "thread.h"
#include "mutex.h"
#include "hwtimer.h"
#include "rtc.h"
#include "msg.h"
#include "sixlowmac.h"
#include "sixlowpan.h"

Loading…
Cancel
Save