Switch sequence comparisons to handle 32-bit sequence number wrap.
[free-sw/xcb/libxcb] / src / xcb.h
index 85d0658..ca58e3d 100644 (file)
--- 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"