kernel: rearrange the header file include order

There are some CONFIG OPTIONS in rtdebug.h, which may influence the
rtdef.h, so rtdebug.h should be head of the rtdef.h
This commit is contained in:
prife
2014-01-11 16:50:53 +08:00
parent c07a78ae00
commit 86cdc22043
3 changed files with 3 additions and 6 deletions
-2
View File
@@ -34,8 +34,6 @@
#ifndef __RT_DEF_H__
#define __RT_DEF_H__
#include <rtconfig.h>
#ifdef __cplusplus
extern "C" {
#endif