diff --git a/glx/glxserver.h b/glx/glxserver.h index 891315b74..6bcf7d3a7 100644 --- a/glx/glxserver.h +++ b/glx/glxserver.h @@ -46,12 +46,6 @@ #include #include -/* -** The X header misc.h defines these math functions. -*/ -#undef abs -#undef fabs - #define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include #include diff --git a/hw/dmx/glxProxy/glxserver.h b/hw/dmx/glxProxy/glxserver.h index cd833f853..03e95b865 100644 --- a/hw/dmx/glxProxy/glxserver.h +++ b/hw/dmx/glxProxy/glxserver.h @@ -42,12 +42,6 @@ #include -/* -** The X header misc.h defines these math functions. -*/ -#undef abs -#undef fabs - #define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include #include