a few formatting changes
This commit is contained in:
17
tinyxml2.cpp
17
tinyxml2.cpp
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user