[vlc-devel] commit: Remove redumdant stdbool includes ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Mar 18 20:50:02 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue Mar 18 21:38:13 2008 +0200| [b3a086f551ef547194d32ac4ae4911a16885f3c6]
Remove redumdant stdbool includes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3a086f551ef547194d32ac4ae4911a16885f3c6
---
src/config/file.c | 1 -
src/libvlc.h | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/config/file.c b/src/config/file.c
index 289f618..d43d2f3 100644
--- a/src/config/file.c
+++ b/src/config/file.c
@@ -31,7 +31,6 @@
#include "vlc_keys.h"
#include <errno.h> /* errno */
-#include <stdbool.h>
#include <assert.h>
#include <limits.h>
diff --git a/src/libvlc.h b/src/libvlc.h
index b82d77f..898efce 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -25,8 +25,6 @@
#ifndef LIBVLC_LIBVLC_H
# define LIBVLC_LIBVLC_H 1
-# include <stdbool.h>
-
extern const char vlc_usage[];
extern const struct hotkey libvlc_hotkeys[];
More information about the vlc-devel
mailing list