1
0
Эх сурвалжийг харах

Remove the stdarg.h file include.

Please @Grissiom check why add this header file in rtthread.h.
Bernard Xiong 12 жил өмнө
parent
commit
e63be67e2d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      include/rtthread.h

+ 1 - 1
include/rtthread.h

@@ -30,7 +30,7 @@
 
 #ifndef __RT_THREAD_H__
 #define __RT_THREAD_H__
-    #include <stdarg.h>
+
 #include <rtdef.h>
 #include <rtdebug.h>
 #include <rtservice.h>