mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Change all misc.h and os.h references to <X11/foo.h>.
This commit is contained in:
parent
657b4cb8aa
commit
9b1debcdb6
357 changed files with 481 additions and 459 deletions
|
|
@ -49,13 +49,13 @@
|
|||
* authorization from the copyright holder(s) and author(s).
|
||||
*/
|
||||
|
||||
#include "os.h"
|
||||
#include <X11/os.h>
|
||||
/* For stat() and related stuff */
|
||||
#define NO_OSLIB_PROTOTYPES
|
||||
#include "xf86_OSlib.h"
|
||||
#define LOADERDECLARATIONS
|
||||
#include "loaderProcs.h"
|
||||
#include "misc.h"
|
||||
#include <X11/misc.h>
|
||||
#include "xf86.h"
|
||||
#include "xf86Priv.h"
|
||||
#ifdef XINPUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue