From b9b5bda2e218737a1aa64ee9bcbed848b7dbfbc8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Fri, 9 Dec 2016 19:30:11 +0100 Subject: [PATCH] Remove unneeded include --- motion.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/motion.h b/motion.h index 0e5863a8..ca81d202 100644 --- a/motion.h +++ b/motion.h @@ -49,12 +49,6 @@ #include #include #include - -#define _LINUX_TIME_H 1 -#if defined(HAVE_LINUX_VIDEODEV_H) && (!defined(WITHOUT_V4L)) && (!defined(BSD)) -#include -#endif - #include #include "logger.h"