diff --git a/src/RageFileDriverDeflate.cpp b/src/RageFileDriverDeflate.cpp index ea60d9c8d7..45f834e201 100644 --- a/src/RageFileDriverDeflate.cpp +++ b/src/RageFileDriverDeflate.cpp @@ -7,21 +7,14 @@ #include #if defined(_WINDOWS) - #include "zlib.h" +#include "zlib.h" #if defined(_MSC_VER) - #pragma comment(lib, "zdll.lib") +#pragma comment(lib, "zdll.lib") #endif #elif defined(MACOSX) - /* Since crypto++ was added to the repository, includes the zlib.h - * in there rather than the correct system one. I don't know why it would do - * this since crypto51 is not being listed as one of the include directories. - * I've never run into this problem before and looking at the command line - * used to compile RageFileDriverZip.o, I have no idea how it's happening. - * --Steve - */ - #include "zlib.h" +#include "zlib.h" #else - #include +#include #endif RageFileObjInflate::RageFileObjInflate( RageFileBasic *pFile, int iUncompressedSize )