mirror of
https://github.com/X11Libre/xf86-video-v4l.git
synced 2026-03-23 17:19:49 +00:00
include statement cleanup
Only include what's necessary, and sorting them a little bit. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
ac395bbeca
commit
bd0d8b0484
21
src/v4l.c
21
src/v4l.c
@@ -11,30 +11,19 @@
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
#include <X11/extensions/Xv.h>
|
||||
|
||||
#include "videodev2.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86fbman.h"
|
||||
#include "xf86xv.h"
|
||||
#include <X11/extensions/Xv.h>
|
||||
#include "regionstr.h"
|
||||
#include "dgaproc.h"
|
||||
#include "xf86str.h"
|
||||
#include "fourcc.h"
|
||||
|
||||
#include <asm/ioctl.h> /* _IORW(xxx) #defines are here */
|
||||
#include "videodev2.h"
|
||||
|
||||
|
||||
#if 0
|
||||
# define DEBUG(x) (x)
|
||||
|
||||
Reference in New Issue
Block a user