projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc991a2
)
no need to include stddef.h anymore
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 29 Nov 2004 17:31:03 +0000
(17:31 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 29 Nov 2004 17:31:03 +0000
(17:31 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index da617cff71031ea6ca9f1e66f1743c5427d0e6fe..1d35af82a166a48a270536669263ca7bcf5e12ab 100644
(file)
--- 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