git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12efcf8
)
Remove noop
author
Christophe Mutricy
<xtophe@videolan.org>
Thu, 4 Oct 2007 21:51:55 +0000
(21:51 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Thu, 4 Oct 2007 21:51:55 +0000
(21:51 +0000)
modules/access/cdda/access.c
patch
|
blob
|
history
diff --git
a/modules/access/cdda/access.c
b/modules/access/cdda/access.c
index
5ff06a9
..
215863b
100644
(file)
--- a/
modules/access/cdda/access.c
+++ b/
modules/access/cdda/access.c
@@
-40,16
+40,11
@@
/* #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