mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +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
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 $ */
|
||||
/***********************************************************
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue