Explorar el Código

Remove the stdarg.h file include.

Please @Grissiom check why add this header file in rtthread.h.
Bernard Xiong hace 12 años
padre
commit
e63be67e2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>