[vlc-devel] [PATCH 06/22] actions: remove duplicate include config.h
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Thu Aug 3 15:10:39 CEST 2017
From: Thomas Guillem <thomas at gllm.fr>
---
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>
--
2.11.0
More information about the vlc-devel
mailing list