mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-24 00:30:34 +01:00
no need to include stddef.h anymore
This commit is contained in:
parent
dc991a2085
commit
bf4c23d00f
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue