diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:52:02 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:52:02 +0000 |
commit | 465a53c5deee64fcdc768b5c8a9123ee56a39dd5 (patch) | |
tree | c9e7dab315b3afcb3e20a43aa4df70c3ae03ac7d | |
parent | 2203407e26a173410b8a96368266f0e860381987 (diff) |
Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11
Copy Xtrans.h to exports/include/X11/Xtrans only
-rw-r--r-- | os/config.c | 2 | ||||
-rw-r--r-- | os/connection.c | 2 | ||||
-rw-r--r-- | os/io.c | 2 | ||||
-rw-r--r-- | os/osglue.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/os/config.c b/os/config.c index 795455b..2e02e18 100644 --- a/os/config.c +++ b/os/config.c @@ -52,7 +52,7 @@ in this Software without prior written authorization from The Open Group. #include <stdio.h> #include <stdlib.h> #include <ctype.h> -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include <X11/Xos.h> #include "misc.h" #include "configstr.h" diff --git a/os/connection.c b/os/connection.c index 5d17773..b184e2d 100644 --- a/os/connection.c +++ b/os/connection.c @@ -70,7 +70,7 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/programs/xfs/os/connection.c,v 3.25tsi Exp $ */ #include <stdlib.h> -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include <stdlib.h> #include "misc.h" #include <stdio.h> @@ -48,7 +48,7 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/programs/xfs/os/io.c,v 3.18 2001/12/14 20:01:41 dawes Exp $ */ -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include <stdio.h> #include <errno.h> #include <sys/types.h> diff --git a/os/osglue.c b/os/osglue.c index 6c1b1ac..e1e9ef2 100644 --- a/os/osglue.c +++ b/os/osglue.c @@ -55,7 +55,7 @@ in this Software without prior written authorization from The Open Group. * Catalogue support, alternate servers, and cloneing */ -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include "osstruct.h" #include <stdio.h> #include <stdlib.h> |