Remove unneeded include

This commit is contained in:
Sebastiaan Lokhorst
2016-12-09 19:30:11 +01:00
parent 7bfae42a6d
commit b9b5bda2e2

View File

@@ -49,12 +49,6 @@
#include <sys/ioctl.h>
#include <sys/param.h>
#include <stdint.h>
#define _LINUX_TIME_H 1
#if defined(HAVE_LINUX_VIDEODEV_H) && (!defined(WITHOUT_V4L)) && (!defined(BSD))
#include <linux/videodev.h>
#endif
#include <pthread.h>
#include "logger.h"