Fix some build warnings, mostly with XCB.
[mesa.git] / src / mesa / glapi / glX_proto_recv.py
index 527f6f10eef35bac2daa694453f304dc229fdf0e..20f75575cf1d8e13e1c5e42377b8eb3b3b0b4325 100644 (file)
@@ -81,31 +81,12 @@ class PrintGlxDispatchFunctions(glX_proto_common.glx_print_proto):
                print '#include <GL/gl.h>'
                print '#include <GL/glxproto.h>'
 
-
-               # FIXME: Since this block will require changes as other
-               # FIXME: platforms are added, it should probably be in a
-               # FIXME: header file that is not generated by a script.
-
-               if self.do_swap:
-                       print '#ifdef __linux__'
-                       print '#include <byteswap.h>'
-                       print '#elif defined(__OpenBSD__)'
-                       print '#include <sys/endian.h>'
-                       print '#define bswap_16 __swap16'
-                       print '#define bswap_32 __swap32'
-                       print '#define bswap_64 __swap64'
-                       print '#else'
-                       print '#include <sys/endian.h>'
-                       print '#define bswap_16 bswap16'
-                       print '#define bswap_32 bswap32'
-                       print '#define bswap_64 bswap64'
-                       print '#endif'
-
                print '#include <inttypes.h>'
                print '#include "indirect_size.h"'
                print '#include "indirect_size_get.h"'
                print '#include "indirect_dispatch.h"'
                print '#include "glxserver.h"'
+               print '#include "glxbyteorder.h"'
                print '#include "indirect_util.h"'
                print '#include "singlesize.h"'
                print '#include "glapitable.h"'