Fix includes right throughout the Xserver tree:

change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
This commit is contained in:
Daniel Stone
2005-04-20 12:25:48 +00:00
parent c062d7f96f
commit 292c4cff26
672 changed files with 1649 additions and 1475 deletions

View File

@@ -33,7 +33,7 @@ from The Open Group.
#define CLOSESTR_H
#define NEED_REPLIES
#include "Xproto.h"
#include <X11/Xproto.h>
#include "closure.h"
#include "dix.h"
#include "misc.h"

View File

@@ -50,7 +50,7 @@ SOFTWARE.
#ifndef CMAP_H
#define CMAP_H 1
#include "X11/Xproto.h"
#include <X11/Xproto.h>
#include "screenint.h"
#include "window.h"

View File

@@ -30,7 +30,7 @@ SOFTWARE.
#include "fontstruct.h"
#include "closure.h"
#define NEED_REPLIES
#include "X11/Xproto.h" /* for xQueryFontReply */
#include <X11/Xproto.h> /* for xQueryFontReply */
#define FONTCHARSET(font) (font)
#define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field

View File

@@ -50,9 +50,9 @@ SOFTWARE.
#ifndef GC_H
#define GC_H
#include "X11/X.h" /* for GContext, Mask */
#include "Xdefs.h" /* for Bool */
#include "X11/Xproto.h"
#include <X11/X.h> /* for GContext, Mask */
#include <X11/Xdefs.h> /* for Bool */
#include <X11/Xproto.h>
#include "screenint.h" /* for ScreenPtr */
#include "pixmap.h" /* for DrawablePtr */

View File

@@ -58,7 +58,7 @@ SOFTWARE.
#include "region.h"
#include "pixmap.h"
#include "screenint.h"
#include "Xprotostr.h"
#include <X11/Xprotostr.h>
/*
* functions which modify the state of the GC

View File

@@ -52,8 +52,8 @@ SOFTWARE.
#include "misc.h"
#include "screenint.h"
#include "X11/Xmd.h"
#include "X11/Xproto.h"
#include <X11/Xmd.h>
#include <X11/Xproto.h>
#include "window.h" /* for WindowPtr */
#define DEVICE_INIT 0

View File

@@ -51,7 +51,7 @@ SOFTWARE.
#define MISCSTRUCT_H 1
#include "misc.h"
#include "X11/Xprotostr.h"
#include <X11/Xprotostr.h>
#include "gc.h"
typedef xPoint DDXPointRec;

View File

@@ -56,7 +56,7 @@ SOFTWARE.
#include "colormap.h"
#include "cursor.h"
#include "validate.h"
#include "X11/Xproto.h"
#include <X11/Xproto.h>
#include "dix.h"
typedef struct _PixmapFormat {

View File

@@ -53,7 +53,7 @@ SOFTWARE.
#include "misc.h"
#include "region.h"
#include "screenint.h"
#include "X11/Xproto.h"
#include <X11/Xproto.h>
#define TOTALLY_OBSCURED 0
#define UNOBSCURED 1

View File

@@ -58,7 +58,7 @@ SOFTWARE.
#include "resource.h" /* for ROOT_WINDOW_ID_BASE */
#include "dix.h"
#include "miscstruct.h"
#include "X11/Xprotostr.h"
#include <X11/Xprotostr.h>
#include "opaque.h"
#define GuaranteeNothing 0