]> git.sesse.net Git - vlc/commitdiff
Remove redumdant stdbool includes
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:38:13 +0000 (21:38 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:38:13 +0000 (21:38 +0200)
src/config/file.c
src/libvlc.h

index 289f6183c9b337ad06c7de4be0018afc7afc82dc..d43d2f3f974002c07fc45a260c363f2cf4de9bb2 100644 (file)
@@ -31,7 +31,6 @@
 #include "vlc_keys.h"
 
 #include <errno.h>                                                  /* errno */
-#include <stdbool.h>
 #include <assert.h>
 #include <limits.h>
 
index b82d77f73b86a9c08b579adfaefc96ce9b242472..898efceba98942429c29484e812f8cd73fe221d3 100644 (file)
@@ -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[];