From: Brian Paul Date: Mon, 4 Nov 2013 14:25:22 +0000 (-0700) Subject: mesa: remove SciTech stuff from gl.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d5d63d63c882de3437df67caa4733430db7116d;p=mesa.git mesa: remove SciTech stuff from gl.h Reviewed-by: Eric Anholt --- diff --git a/include/GL/gl.h b/include/GL/gl.h index 6b94e3fb038..2235f223fa7 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -33,11 +33,8 @@ /********************************************************************** - * Begin system-specific stuff. Do not do any of this when building - * for SciTech SNAP, as this is all done before this header file is - * included. + * Begin system-specific stuff. */ -#if !defined(__SCITECH_SNAP__) #if defined(__BEOS__) #include /* to get some BeOS-isms */ @@ -124,7 +121,6 @@ #pragma export on #endif -#endif /* !__SCITECH_SNAP__ */ /* * End system-specific stuff. **********************************************************************/