no need to include stddef.h anymore

This commit is contained in:
Brian Paul 2004-11-29 17:31:03 +00:00
parent dc991a2085
commit bf4c23d00f

View 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