Commit 8172b3f7 authored by mru's avatar mru

x11grab: remove unnecessary #includes and senseless #define

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19479 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8b0ff902
...@@ -37,18 +37,12 @@ ...@@ -37,18 +37,12 @@
#include "config.h" #include "config.h"
#include "libavformat/avformat.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 <time.h>
#include <X11/X.h> #include <X11/X.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xlibint.h> #include <X11/Xlibint.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/Xutil.h> #include <X11/Xutil.h>
#include <sys/ipc.h>
#include <sys/shm.h> #include <sys/shm.h>
#include <X11/extensions/XShm.h> #include <X11/extensions/XShm.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment