diff options
Diffstat (limited to 'miext')
-rw-r--r-- | miext/layer/layerstr.h | 2 | ||||
-rw-r--r-- | miext/rootless/rootlessValTree.c | 2 | ||||
-rw-r--r-- | miext/shadow/shadow.c | 2 | ||||
-rw-r--r-- | miext/shadow/shalloc.c | 2 | ||||
-rw-r--r-- | miext/shadow/shpacked.c | 2 | ||||
-rw-r--r-- | miext/shadow/shplanar.c | 2 | ||||
-rw-r--r-- | miext/shadow/shplanar8.c | 2 | ||||
-rw-r--r-- | miext/shadow/shrotate.c | 2 | ||||
-rw-r--r-- | miext/shadow/shrotpack.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/miext/layer/layerstr.h b/miext/layer/layerstr.h index dcfaf5e56..91393adc4 100644 --- a/miext/layer/layerstr.h +++ b/miext/layer/layerstr.h @@ -25,7 +25,7 @@ #ifndef _LAYERSTR_H_ #define _LAYERSTR_H_ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/miext/rootless/rootlessValTree.c b/miext/rootless/rootlessValTree.c index 9e61603b5..51a2e99ad 100644 --- a/miext/rootless/rootlessValTree.c +++ b/miext/rootless/rootlessValTree.c @@ -90,7 +90,7 @@ Equipment Corporation. * Bob Scheifler -- avoid miComputeClips for unmapped windows, * valdata changes */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "validate.h" #include "windowstr.h" diff --git a/miext/shadow/shadow.c b/miext/shadow/shadow.c index ec9dbf335..2c2a26201 100644 --- a/miext/shadow/shadow.c +++ b/miext/shadow/shadow.c @@ -23,7 +23,7 @@ */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/miext/shadow/shalloc.c b/miext/shadow/shalloc.c index 5440324e6..0514b9a2e 100644 --- a/miext/shadow/shalloc.c +++ b/miext/shadow/shalloc.c @@ -23,7 +23,7 @@ */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/miext/shadow/shpacked.c b/miext/shadow/shpacked.c index fc23ce823..5a19bcc4b 100644 --- a/miext/shadow/shpacked.c +++ b/miext/shadow/shpacked.c @@ -22,7 +22,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/miext/shadow/shplanar.c b/miext/shadow/shplanar.c index c43313a1c..e9fc784b4 100644 --- a/miext/shadow/shplanar.c +++ b/miext/shadow/shplanar.c @@ -22,7 +22,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/miext/shadow/shplanar8.c b/miext/shadow/shplanar8.c index 46d45ab39..f2a2215ed 100644 --- a/miext/shadow/shplanar8.c +++ b/miext/shadow/shplanar8.c @@ -22,7 +22,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/miext/shadow/shrotate.c b/miext/shadow/shrotate.c index f9aebc446..f870ef05c 100644 --- a/miext/shadow/shrotate.c +++ b/miext/shadow/shrotate.c @@ -22,7 +22,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" diff --git a/miext/shadow/shrotpack.h b/miext/shadow/shrotpack.h index 475fdda3d..a3ef338ee 100644 --- a/miext/shadow/shrotpack.h +++ b/miext/shadow/shrotpack.h @@ -27,7 +27,7 @@ * orientations work. */ -#include "X.h" +#include <X11/X.h> #include "scrnintstr.h" #include "windowstr.h" #include "font.h" |