From: RĂ©mi Denis-Courmont Date: Tue, 18 Mar 2008 19:38:13 +0000 (+0200) Subject: Remove redumdant stdbool includes X-Git-Tag: 0.9.0-test0~2014 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b3a086f551ef547194d32ac4ae4911a16885f3c6;p=vlc Remove redumdant stdbool includes --- diff --git a/src/config/file.c b/src/config/file.c index 289f6183c9..d43d2f3f97 100644 --- a/src/config/file.c +++ b/src/config/file.c @@ -31,7 +31,6 @@ #include "vlc_keys.h" #include /* errno */ -#include #include #include diff --git a/src/libvlc.h b/src/libvlc.h index b82d77f73b..898efceba9 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -25,8 +25,6 @@ #ifndef LIBVLC_LIBVLC_H # define LIBVLC_LIBVLC_H 1 -# include - extern const char vlc_usage[]; extern const struct hotkey libvlc_hotkeys[];