try to make gcc happier

This commit is contained in:
Lee Thomason 2016-06-04 20:22:57 -07:00
parent 51c1271797
commit 1889c3e679
1 changed files with 1 additions and 2 deletions

View File

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