diff options
Diffstat (limited to 'miext/shadow')
-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 |
7 files changed, 7 insertions, 7 deletions
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" |