mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +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
|
|
@ -72,7 +72,7 @@ copyright holders.
|
|||
#define NEED_EVENTS
|
||||
#include <X11/Xproto.h>
|
||||
#undef NEED_EVENTS
|
||||
#include "misc.h"
|
||||
#include <X11/misc.h>
|
||||
#include "windowstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue