diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-09-25 05:10:37 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-09-25 05:10:37 -0700 |
commit | f7cd80142fa83d531850df2c2a3b4a514129170b (patch) | |
tree | 81b569f291bd2bb8557dfa4a2ee2c66b5f97053f /src/xcb_xid.c | |
parent | 0d7beff580232d4b7adfc840bcd1cae894b57682 (diff) |
Stop installing the protocol descriptions for extensions to an extensions/
subdirectory
Diffstat (limited to 'src/xcb_xid.c')
-rw-r--r-- | src/xcb_xid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcb_xid.c b/src/xcb_xid.c index 6ca6bd9..7ff0c5f 100644 --- a/src/xcb_xid.c +++ b/src/xcb_xid.c @@ -29,7 +29,7 @@ #include "xcb.h" #include "xcbext.h" #include "xcbint.h" -#include "extensions/xc_misc.h" +#include "xc_misc.h" /* Public interface */ |