1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

Moved include of <cstdarg> to cpp file

This commit is contained in:
Philipp Kloke
2015-07-30 16:02:26 +02:00
parent 78fca3db83
commit 358202c77a
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -30,14 +30,12 @@ distribution.
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# include <stdarg.h>
#else
# include <cctype>
# include <climits>
# include <cstdio>
# include <cstdlib>
# include <cstring>
# include <cstdarg>
#endif
/*