1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-28 22:52:59 +04:00

a few formatting changes

This commit is contained in:
Lee Thomason
2012-03-20 13:23:44 -07:00
parent d7e033ec0c
commit 5ce8941553
2 changed files with 33 additions and 17 deletions
+13 -4
View File
@@ -23,10 +23,19 @@ distribution.
#include "tinyxml2.h"
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include <new>
#if 1
#include <cstdarg>
#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
using namespace tinyxml2;