X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_auth.c;h=4c9f7d6711106df4d8b41162e30ee1186e6c2014;hb=86a4c0cc284366bbb01898a77df360278d5a8194;hp=42a3d864669dbcfafb01488b72c3e7c2d7cfb07a;hpb=4ff12a1a94895837dc85ac9e37fd1a5f40819cf3;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_auth.c b/src/xcb_auth.c index 42a3d86..4c9f7d6 100644 --- a/src/xcb_auth.c +++ b/src/xcb_auth.c @@ -34,21 +34,13 @@ #include #include -/* FIXME: for the moment Xdmcp.h must be included before xcb.h because - * it includes Xmd.h, but config.h (normally included from xcbint.h - * which must be included after xcb.h) must be included before Xdmcp.h. - * Ow. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "xcb.h" +#include "xcbint.h" #ifdef HASXDMAUTH #include #endif -#include "xcb.h" -#include "xcbint.h" - enum auth_protos { #ifdef HASXDMAUTH AUTH_XA1,