Browse Source

possible missing header

Lee Thomason 14 năm trước cách đây
mục cha
commit
ee87c620c8
1 tập tin đã thay đổi với 4 bổ sung12 xóa
  1. 4 12
      tinyxml2.cpp

+ 4 - 12
tinyxml2.cpp

@@ -23,18 +23,10 @@ distribution.
 
 #include "tinyxml2.h"
 
-#if 1
-	#include <cstdio>
-	#include <cstdlib>
-	#include <new>
-#else
-	#include <string.h>
-	#include <stdlib.h>
-	#include <stdio.h>
-	#include <ctype.h>
-	#include <new>
-	#include <stdarg.h>
-#endif
+#include <cstdio>
+#include <cstdlib>
+#include <new>
+#include <cstddef>
 
 using namespace tinyxml2;