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:
Enrico Weigelt, metux IT consult
2026-01-30 12:59:10 +01:00
committed by Enrico Weigelt
parent ac395bbeca
commit bd0d8b0484

View File

@@ -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)