diff options
author | Brian Paul <[email protected]> | 2004-11-29 17:31:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-29 17:31:03 +0000 |
commit | bf4c23d00fd2cc96336745430ceec89dbeacaead (patch) | |
tree | 06d5846b616b08608ae6e53b078af56743b5cab8 /include/GL/gl.h | |
parent | dc991a2085f2115d4f2faa35fc1b8939306ce8ba (diff) |
no need to include stddef.h anymore
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r-- | include/GL/gl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index da617cff710..1d35af82a16 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 6.2 + * Version: 6.3 * * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * @@ -38,8 +38,6 @@ */ #if !defined(__SCITECH_SNAP__) -#include <stddef.h> /* to get ptrdiff_t, used below */ - #if defined(__BEOS__) #include <stdlib.h> /* to get some BeOS-isms */ #endif |