From 56484e2a730772015af966860f220867a2f0b580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 13 Nov 2016 01:52:56 +0100 Subject: Kopete: Improve check for videodev header This resolves bug 2725 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit c7ed96db836509bfc933c2be08dcbd63dff54589) --- kopete/plugins/motionautoaway/motionawayplugin.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'kopete/plugins/motionautoaway') diff --git a/kopete/plugins/motionautoaway/motionawayplugin.cpp b/kopete/plugins/motionautoaway/motionawayplugin.cpp index 4d768710..f8494fff 100644 --- a/kopete/plugins/motionautoaway/motionawayplugin.cpp +++ b/kopete/plugins/motionautoaway/motionawayplugin.cpp @@ -52,11 +52,7 @@ #endif #endif -#ifdef HAVE_LIBV4L1_VIDEODEV_H -#include -#else -#include -#endif +#include VIDEODEV_HEADER #define DEF_WIDTH 352 #define DEF_HEIGHT 288 -- cgit v1.2.1