From bde3cd123d65a2f36ee0c417f5f231b7e01d0671 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Mon, 25 Sep 2006 04:13:20 -0700 Subject: [PATCH] libxcb now installs header files in , not . --- include/X11/xcl.h | 2 +- src/xcl/display.c | 2 +- src/xcl/io.c | 4 ++-- src/xcl/xcblock.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/X11/xcl.h b/include/X11/xcl.h index 59efad6f..aa0cefc6 100644 --- a/include/X11/xcl.h +++ b/include/X11/xcl.h @@ -5,7 +5,7 @@ #define XCL_H #include -#include +#include #include /* Coercions from Xlib XID types to XCB XID types. diff --git a/src/xcl/display.c b/src/xcl/display.c index 93fd15c9..81139886 100644 --- a/src/xcl/display.c +++ b/src/xcl/display.c @@ -3,7 +3,7 @@ #include "Xlibint.h" #include "xclint.h" -#include +#include #include #include #include diff --git a/src/xcl/io.c b/src/xcl/io.c index 9c3b3f4e..0e8e75fc 100644 --- a/src/xcl/io.c +++ b/src/xcl/io.c @@ -3,8 +3,8 @@ #include "Xlibint.h" #include "xclint.h" -#include -#include +#include +#include #include #include diff --git a/src/xcl/xcblock.c b/src/xcl/xcblock.c index 68ca3c88..9eb410c3 100644 --- a/src/xcl/xcblock.c +++ b/src/xcl/xcblock.c @@ -13,8 +13,8 @@ #include "Xlibint.h" #include "locking.h" #include "xclint.h" -#include -#include +#include +#include #include