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

@ -47,7 +47,7 @@ SOFTWARE.
******************************************************************/
/* $Xorg: cfbbres.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
#include <X11/X.h>
#include "misc.h"
#include <X11/misc.h>
#include "cfb.h"
#include "cfbmskbits.h"
#include "servermd.h"

View file

@ -47,7 +47,7 @@ SOFTWARE.
******************************************************************/
/* $Xorg: cfbbresd.c,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
#include <X11/X.h>
#include "misc.h"
#include <X11/misc.h>
#include "cfb.h"
#include "cfbmskbits.h"
#include "miline.h"

View file

@ -51,7 +51,7 @@ SOFTWARE.
#include <X11/Xmd.h>
#include "servermd.h"
#include "misc.h"
#include <X11/misc.h>
#include "region.h"
#include "gc.h"
#include "windowstr.h"

View file

@ -1,4 +1,4 @@
/* $XdotOrg: xc/programs/Xserver/cfb/cfbpntwin.c,v 1.2 2004/04/23 19:00:12 eich Exp $ */
/* $XdotOrg: xc/programs/Xserver/cfb/cfbpntwin.c,v 1.3 2005/04/20 12:25:18 daniels Exp $ */
/* $Xorg: cfbpntwin.c,v 1.4 2001/02/09 02:04:38 xorgcvs Exp $ */
/***********************************************************

View file

@ -51,7 +51,7 @@ SOFTWARE.
#include <X11/Xmd.h>
#include "servermd.h"
#include "misc.h"
#include <X11/misc.h>
#include "regionstr.h"
#include "gcstruct.h"
#include "windowstr.h"