mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-18 17:48:25 +02:00
Change all misc.h and os.h references to <X11/foo.h>.
This commit is contained in:
parent
303c281f95
commit
657b4cb8aa
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ SOFTWARE.
|
|||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include "misc.h"
|
||||
#include <X11/misc.h>
|
||||
#include "resource.h"
|
||||
#include "dix.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ SOFTWARE.
|
|||
|
||||
#ifndef RESOURCE_H
|
||||
#define RESOURCE_H 1
|
||||
#include "misc.h"
|
||||
#include <X11/misc.h>
|
||||
|
||||
/*****************************************************************
|
||||
* STUFF FOR RESOURCES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue