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 | ae7b4cca6bd5c1f4edea8cde80d7a3dfaaf2c4d3 (patch) | |
tree | 028c22f5cfee9d714a9f3ea2cfaf6b5c9ae3d319 | |
parent | a0637be926e6da5db8d131e7914f1300f484c626 (diff) |
Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
Copy Xtrans.h to exports/include/X11/Xtrans only
-rw-r--r-- | src/accept.c | 2 | ||||
-rw-r--r-- | src/connect.c | 2 | ||||
-rw-r--r-- | src/listen.c | 2 | ||||
-rw-r--r-- | src/listenwk.c | 2 | ||||
-rw-r--r-- | src/misc.c | 2 | ||||
-rw-r--r-- | src/shutdown.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/accept.c b/src/accept.c index 3fefa7f..df2b258 100644 --- a/src/accept.c +++ b/src/accept.c @@ -32,7 +32,7 @@ Author: Ralph Mor, X Consortium #endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> IceConn diff --git a/src/connect.c b/src/connect.c index 4a92e15..e06aa04 100644 --- a/src/connect.c +++ b/src/connect.c @@ -33,7 +33,7 @@ Author: Ralph Mor, X Consortium #endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include "globals.h" static XtransConnInfo ConnectToPeer(); diff --git a/src/listen.c b/src/listen.c index 2a9a40d..7708cfe 100644 --- a/src/listen.c +++ b/src/listen.c @@ -32,7 +32,7 @@ Author: Ralph Mor, X Consortium #endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include <stdio.h> diff --git a/src/listenwk.c b/src/listenwk.c index fb3f72d..f97aa44 100644 --- a/src/listenwk.c +++ b/src/listenwk.c @@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group. #endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include <stdio.h> @@ -36,7 +36,7 @@ Author: Ralph Mor, X Consortium #endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> #include <stdio.h> #ifdef WIN32 #include <X11/Xwinsock.h> diff --git a/src/shutdown.c b/src/shutdown.c index 734d64e..5c957c7 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -33,7 +33,7 @@ Author: Ralph Mor, X Consortium #endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" -#include <X11/Xtrans.h> +#include <X11/Xtrans/Xtrans.h> Status |