[vlc-commits] actions: remove duplicate include config.h

Thomas Guillem git at videolan.org
Wed Aug 9 10:55:05 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Aug  3 15:10:39 2017 +0200| [7f7dfa429c61e69910198afa82bec3a5c5676b9f] | committer: Hugo Beauzée-Luyssen

actions: remove duplicate include config.h

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f7dfa429c61e69910198afa82bec3a5c5676b9f
---

 src/misc/actions.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/misc/actions.c b/src/misc/actions.c
index d92b13849c..172ff066e6 100644
--- a/src/misc/actions.c
+++ b/src/misc/actions.c
@@ -29,10 +29,6 @@
  * This file defines functions and structures for hotkey handling in vlc
  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
 #include <assert.h>
 #include <stdlib.h>
 #include <limits.h>



More information about the vlc-commits mailing list