summaryrefslogtreecommitdiff
path: root/src/xcb.h
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-06-15 03:03:13 -0700
committerJosh Triplett <josh@freedesktop.org>2006-06-15 03:03:13 -0700
commit75fead5b868a0dfdc9e6fd5ef0dd37eb71761312 (patch)
treee4090df6078b1bf23b7a3e4db5010ef65cbd7077 /src/xcb.h
parent62749d54fd79b12123607599d58add126ce5de6e (diff)
Remove arbitrary division between xcb_types and xproto by merging
xcb_types.xml into xproto.xml.
Diffstat (limited to 'src/xcb.h')
-rw-r--r--src/xcb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xcb.h b/src/xcb.h
index 85d0658..ca58e3d 100644
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -156,8 +156,7 @@ typedef struct {
} XCBVoidCookie;
-/* Include the generated xproto and xcb_types headers. */
-#include "xcb_types.h"
+/* Include the generated xproto header. */
#include "xproto.h"