1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

use std include style

This commit is contained in:
Christian Mehlis 2013-08-12 11:22:47 +02:00
parent 00d618634c
commit 6428bd5546

View File

@ -18,15 +18,16 @@
*/
#include <stdio.h>
#include <hwtimer.h>
#include <hwtimer_cpu.h>
#include <hwtimer_arch.h>
#include <kernel.h>
#include <thread.h>
#include <lifo.h>
#include "kernel.h"
#include "thread.h"
#include "lifo.h"
#include "mutex.h"
#include "hwtimer.h"
#include "hwtimer_cpu.h"
#include "hwtimer_arch.h"
/*---------------------------------------------------------------------------*/
typedef struct hwtimer_t {