Remove the stdarg.h file include.

Please @Grissiom check why add this header file in rtthread.h.
This commit is contained in:
Bernard Xiong 2013-06-30 20:17:41 +08:00
parent 62c5115282
commit e63be67e2d
1 changed files with 1 additions and 1 deletions

View File

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