mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-24 16:27:16 +00:00
Merge pull request #228 from prife/kernel
kernel: rearrange the header file include order
This commit is contained in:
@@ -31,8 +31,9 @@
|
||||
#ifndef __RT_THREAD_H__
|
||||
#define __RT_THREAD_H__
|
||||
|
||||
#include <rtdef.h>
|
||||
#include <rtconfig.h>
|
||||
#include <rtdebug.h>
|
||||
#include <rtdef.h>
|
||||
#include <rtservice.h>
|
||||
#include <rtm.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user