DEVTOOLS: Fix gcc compilation of create_titanic

This commit is contained in:
Paul Gilbert 2017-08-12 20:47:16 -04:00
parent 4a945162c5
commit 94f6614281
2 changed files with 1 additions and 4 deletions

View file

@ -29,10 +29,6 @@
#undef main
#endif // main
#ifndef USE_ZLIB
#error "Project should have USE_ZLIB defined"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>