changeset 1129 | d81afe4b0a97 |
parent 1125 | bcff76dbd9fd |
child 1142 | 25880a820248 |
--- a/src/archiver_zip.c Mon Sep 06 02:50:29 2010 -0400 +++ b/src/archiver_zip.c Mon Sep 06 19:35:01 2010 -0400 @@ -9,14 +9,11 @@ #if (defined PHYSFS_SUPPORTS_ZIP) -#include <stdio.h> -#include <stdlib.h> -#include <string.h> #ifndef _WIN32_WCE #include <errno.h> #include <time.h> #endif -#include "physfs.h" + #include "zlib.h" #define __PHYSICSFS_INTERNAL__