diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:52:03 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:52:03 +0000 |
commit | 3a46316e5f21e28402babdc95871317bd7013809 (patch) | |
tree | f33ba983363dfea9f2a6eedf278b98f6f57db669 | |
parent | 175bbc2e58f7dbe5c1f097ef36eadc3f6fe4b5e6 (diff) |
Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_11
Copy Xtrans.h to exports/include/X11/Xtrans only
-rw-r--r-- | src/fc/fsconvert.c | 2 | ||||
-rw-r--r-- | src/fc/fserve.c | 4 | ||||
-rw-r--r-- | src/fc/fsio.c | 2 | ||||
-rw-r--r-- | src/fc/fslibos.h | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/fc/fsconvert.c b/src/fc/fsconvert.c index ea639db..3920325 100644 --- a/src/fc/fsconvert.c +++ b/src/fc/fsconvert.c @@ -28,7 +28,7 @@ */ #include <X11/X.h> -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include <X11/Xpoll.h> #include <X11/fonts/FS.h> #include <X11/fonts/FSproto.h> diff --git a/src/fc/fserve.c b/src/fc/fserve.c index ad1cf6b..0fa542a 100644 --- a/src/fc/fserve.c +++ b/src/fc/fserve.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/lib/font/fc/fserve.c,v 1.1.4.3 2003/12/06 13:24:22 kaleb Exp $ */ +/* $XdotOrg: xc/lib/font/fc/fserve.c,v 1.2 2004/04/23 18:44:21 eich Exp $ */ /* $Xorg: fserve.c,v 1.4 2001/02/09 02:04:02 xorgcvs Exp $ */ /* @@ -56,7 +56,7 @@ in this Software without prior written authorization from The Open Group. #ifdef WIN32 #define _WILLWINSOCK_ #endif -#include "X11/Xtrans.h" +#include "X11/Xtrans/Xtrans.h" #include "X11/Xpoll.h" #include <X11/fonts/FS.h> #include <X11/fonts/FSproto.h> diff --git a/src/fc/fsio.c b/src/fc/fsio.c index 8e0b606..fcb9735 100644 --- a/src/fc/fsio.c +++ b/src/fc/fsio.c @@ -33,7 +33,7 @@ #include "X11/Xwindows.h" #endif -#include "X11/Xtrans.h" +#include "X11/Xtrans/Xtrans.h" #include "X11/Xpoll.h" #include <X11/fonts/FS.h> #include <X11/fonts/FSproto.h> diff --git a/src/fc/fslibos.h b/src/fc/fslibos.h index 8d3ff55..5248faa 100644 --- a/src/fc/fslibos.h +++ b/src/fc/fslibos.h @@ -37,7 +37,7 @@ from The Open Group. * FSlib networking & os include file */ -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #ifndef WIN32 |