]> git.sesse.net Git - vlc/commitdiff
Remove noop
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 4 Oct 2007 21:51:55 +0000 (21:51 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 4 Oct 2007 21:51:55 +0000 (21:51 +0000)
modules/access/cdda/access.c

index 5ff06a9d78e235facab5f437c16fe732a8ad3d60..215863b9d02fbb5b24fe2252e83d477888459aec 100644 (file)
 
 
 /* #ifdef variables below are defined via config.h via #include vlc above. */
-#ifdef HAVE_STDLIB_H
-#endif
 
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
 
-#ifdef HAVE_STRING_H
-#endif
-
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
 #endif