no need to include stddef.h anymore
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 29 Nov 2004 17:31:03 +0000 (17:31 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 29 Nov 2004 17:31:03 +0000 (17:31 +0000)
include/GL/gl.h

index da617cff71031ea6ca9f1e66f1743c5427d0e6fe..1d35af82a166a48a270536669263ca7bcf5e12ab 100644 (file)
@@ -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