Removed conditional include on non-existent file.
[pcsx_rearmed.git] / deps / libchdr / coretypes.h
index fbe2d7d..d6070f5 100644 (file)
@@ -4,10 +4,6 @@
 #include <stdint.h>
 #include <stdio.h>
 
-#ifdef __LIBRETRO__
-#include <streams/file_stream_transforms.h>
-#endif
-
 #define ARRAY_LENGTH(x) (sizeof(x)/sizeof(x[0]))
 
 typedef uint64_t UINT64;