Signed-off-by: Matt Turner <[email protected]> --- glx/glxserver.h | 6 ------ hw/dmx/glxProxy/glxserver.h | 6 ------ 2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/glx/glxserver.h b/glx/glxserver.h index 891315b..6bcf7d3 100644 --- a/glx/glxserver.h +++ b/glx/glxserver.h @@ -46,12 +46,6 @@ #include <resource.h> #include <scrnintstr.h> -/* -** The X header misc.h defines these math functions. -*/ -#undef abs -#undef fabs - #define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include <GL/gl.h> #include <GL/glxproto.h> diff --git a/hw/dmx/glxProxy/glxserver.h b/hw/dmx/glxProxy/glxserver.h index cd833f8..03e95b8 100644 --- a/hw/dmx/glxProxy/glxserver.h +++ b/hw/dmx/glxProxy/glxserver.h @@ -42,12 +42,6 @@ #include <scrnintstr.h> -/* -** The X header misc.h defines these math functions. -*/ -#undef abs -#undef fabs - #define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include <GL/gl.h> #include <GL/glxproto.h> -- 1.7.3.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
