Commit b3a086f5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove redumdant stdbool includes

parent 2db278fa
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include "vlc_keys.h" #include "vlc_keys.h"
#include <errno.h> /* errno */ #include <errno.h> /* errno */
#include <stdbool.h>
#include <assert.h> #include <assert.h>
#include <limits.h> #include <limits.h>
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#ifndef LIBVLC_LIBVLC_H #ifndef LIBVLC_LIBVLC_H
# define LIBVLC_LIBVLC_H 1 # define LIBVLC_LIBVLC_H 1
# include <stdbool.h>
extern const char vlc_usage[]; extern const char vlc_usage[];
extern const struct hotkey libvlc_hotkeys[]; extern const struct hotkey libvlc_hotkeys[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment