diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-27 16:50:10 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-27 16:50:10 +0000 |
commit | 744c3a367b8adeb54433a8636813b8f7bfb4b8bc (patch) | |
tree | d64cb1f20c22d6600ff27b4029b648fda5aa496f /include/GL | |
parent | 3e6ef125f06cf036831063e46ee08bd17c4c4417 (diff) |
get rid of meaningless XFree86LOADER test (bug 9144)
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/internal/glcore.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h index d5cbd3b2a5..ca3cf5be57 100644 --- a/include/GL/internal/glcore.h +++ b/include/GL/internal/glcore.h @@ -1,4 +1,3 @@ -/* $XFree86: xc/lib/GL/include/GL/internal/glcore.h,v 1.7 2001/03/25 05:32:00 tsi Exp $ */ #ifndef __gl_core_h_ #define __gl_core_h_ @@ -37,9 +36,7 @@ ** */ -#ifndef XFree86LOADER #include <sys/types.h> -#endif #ifdef CAPI #undef CAPI |