summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:48 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:48 +0000
commit292c4cff26687e6ef86c285b97813ab587daf009 (patch)
treeb12025c2277345526ba7abd97222be0670e28198 /miext
parentc062d7f96f47bdd31640be1fbce682d0774db3d9 (diff)
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.
Diffstat (limited to 'miext')
-rw-r--r--miext/layer/layerstr.h2
-rw-r--r--miext/rootless/rootlessValTree.c2
-rw-r--r--miext/shadow/shadow.c2
-rw-r--r--miext/shadow/shalloc.c2
-rw-r--r--miext/shadow/shpacked.c2
-rw-r--r--miext/shadow/shplanar.c2
-rw-r--r--miext/shadow/shplanar8.c2
-rw-r--r--miext/shadow/shrotate.c2
-rw-r--r--miext/shadow/shrotpack.h2
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"