Browse Source

try to make gcc happier

Lee Thomason 9 years ago
parent
commit
1889c3e679
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tinyxml2.h

+ 1 - 2
tinyxml2.h

@@ -30,7 +30,6 @@ distribution.
 #   include <stdio.h>
 #   include <stdio.h>
 #   include <stdlib.h>
 #   include <stdlib.h>
 #   include <string.h>
 #   include <string.h>
-#	include <stdint.h>
 #	if defined(__PS3__)
 #	if defined(__PS3__)
 #		include <stddef.h>
 #		include <stddef.h>
 #	endif
 #	endif
@@ -40,8 +39,8 @@ distribution.
 #   include <cstdio>
 #   include <cstdio>
 #   include <cstdlib>
 #   include <cstdlib>
 #   include <cstring>
 #   include <cstring>
-#	include <cstdint>
 #endif
 #endif
+#include <stdint.h>
 
 
 /*
 /*
    TODO: intern strings instead of allocation.
    TODO: intern strings instead of allocation.