mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
This commit is contained in:
parent
401e4580d6
commit
0bb669638f
304 changed files with 350 additions and 350 deletions
|
|
@ -53,13 +53,13 @@
|
|||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
#include <X11/os.h>
|
||||
#include "os.h"
|
||||
/* For stat() and related stuff */
|
||||
#define NO_OSLIB_PROTOTYPES
|
||||
#include "xf86_OSlib.h"
|
||||
#define LOADERDECLARATIONS
|
||||
#include "loaderProcs.h"
|
||||
#include <X11/misc.h>
|
||||
#include "misc.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86Priv.h"
|
||||
#ifdef XINPUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue