]> git.sesse.net Git - vlc/blobdiff - src/modules/cache.c
Remove sys/types.h check
[vlc] / src / modules / cache.c
index 1477f97e906cf9fea55f66f13258fcb6fa0f55fa..089f4aa842263e5f4751bcce5f70fadc97361c51 100644 (file)
@@ -37,9 +37,7 @@
 #include <vlc_plugin.h>
 #include <vlc_cpu.h>
 
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>
-#endif
+#include <sys/types.h>
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
 #endif