Get rid of HAVE_COMPRESSION ifdef

This commit is contained in:
twinaphex 2016-09-19 00:50:35 +02:00
parent 162efd86dc
commit 534dca9ed1

View File

@ -65,9 +65,7 @@
#include <compat/strl.h>
#include <compat/posix_string.h>
#include <file/file_path.h>
#ifdef HAVE_COMPRESSION
#include <file/archive_file.h>
#endif
#include <string/stdstring.h>
#include <retro_miscellaneous.h>