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
parent 657b4cb8aa
commit 9b1debcdb6
357 changed files with 481 additions and 459 deletions

View File

@@ -1,4 +1,4 @@
/* $XdotOrg$ */
/* $XdotOrg: xc/programs/Xserver/include/cursor.h,v 1.2 2004/04/23 19:54:23 eich Exp $ */
/* $XFree86: xc/programs/Xserver/include/cursor.h,v 1.6 2002/09/17 01:15:14 dawes Exp $ */
/***********************************************************
@@ -50,7 +50,7 @@ SOFTWARE.
#ifndef CURSOR_H
#define CURSOR_H
#include "misc.h"
#include <X11/misc.h>
#include "screenint.h"
#include "window.h"