From b3a086f551ef547194d32ac4ae4911a16885f3c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 18 Mar 2008 21:38:13 +0200 Subject: [PATCH] Remove redumdant stdbool includes --- src/config/file.c | 1 - src/libvlc.h | 2 -- 2 files changed, 3 deletions(-) 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[]; -- 2.39.2