summaryrefslogtreecommitdiff
path: root/libavdevice/x11grab.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-21 14:32:05 +0000
committerMåns Rullgård <mans@mansr.com>2009-07-21 14:32:05 +0000
commit62a0525d3ba64360bf9d563b3982393b1f9f9dad (patch)
tree2ba96f5dee9718ccfca6e6ae147f799ca141cef8 /libavdevice/x11grab.c
parent07874f22980ddf000a1755ad352da147e215e7d3 (diff)
x11grab: remove unnecessary #includes and senseless #define
Originally committed as revision 19479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/x11grab.c')
-rw-r--r--libavdevice/x11grab.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index 7388c66ced..a9fdce4271 100644
--- a/libavdevice/x11grab.c
+++ b/libavdevice/x11grab.c
@@ -37,18 +37,12 @@
#include "config.h"
#include "libavformat/avformat.h"
-#include <unistd.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <sys/time.h>
-#define _LINUX_TIME_H 1
#include <time.h>
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xlibint.h>
#include <X11/Xproto.h>
#include <X11/Xutil.h>
-#include <sys/ipc.h>
#include <sys/shm.h>
#include <X11/extensions/XShm.h>