Change all misc.h and os.h references to <X11/foo.h>.

This commit is contained in:
Daniel Stone 2005-07-01 22:43:43 +00:00
commit 9b1debcdb6
357 changed files with 481 additions and 459 deletions

View file

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