]> git.sesse.net Git - vlc/commitdiff
bluray: remove unused include
authorPetri Hintukainen <phintuka@gmail.com>
Thu, 12 Mar 2015 12:31:08 +0000 (14:31 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 12 Mar 2015 13:21:07 +0000 (14:21 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/bluray.c

index 0d2a5edff09efc82fa67554ea296694a141a4123..238cf6b661d9c69629f4c320175111dfcbe63e37 100644 (file)
@@ -26,7 +26,6 @@
 #endif
 
 #include <assert.h>
-#include <limits.h>                         /* PATH_MAX */
 
 #if defined (HAVE_MNTENT_H) && defined(HAVE_SYS_STAT_H)
 # include <mntent.h>