summaryrefslogtreecommitdiff
path: root/libavdevice/fbdev.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-06-19 22:08:35 +0100
committerMans Rullgard <mans@mansr.com>2012-06-20 11:46:46 +0100
commit6501dcfb5e3797b66f63de030fabe774b5f4596f (patch)
treed73ff9b3e80a65d72f156540480449688f5b7486 /libavdevice/fbdev.c
parent4e5a51481343ef4e08a3779186f466f3458259ff (diff)
Remove unnecessary inclusions of [sys/]time.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavdevice/fbdev.c')
-rw-r--r--libavdevice/fbdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/fbdev.c b/libavdevice/fbdev.c
index f79893a6d4..d789d41afa 100644
--- a/libavdevice/fbdev.c
+++ b/libavdevice/fbdev.c
@@ -32,7 +32,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#include <sys/time.h>
#include <sys/mman.h>
#include <time.h>
#include <linux/fb.h>