Remove the stdarg.h file include.
Please @Grissiom check why add this header file in rtthread.h.
This commit is contained in:
parent
62c5115282
commit
e63be67e2d
|
@ -30,7 +30,7 @@
|
|||
|
||||
#ifndef __RT_THREAD_H__
|
||||
#define __RT_THREAD_H__
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <rtdef.h>
|
||||
#include <rtdebug.h>
|
||||
#include <rtservice.h>
|
||||
|
|
Loading…
Reference in New Issue