don't include strings.h or stdio.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: glapi.c,v 1.2 1999/11/11 14:11:16 sio Exp $ */
|
/* $Id: glapi.c,v 1.3 1999/11/11 15:26:45 brianp Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
@@ -26,9 +26,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdlib.h> /* to get NULL */
|
||||||
#include <stdlib.h>
|
|
||||||
#include <strings.h>
|
|
||||||
#include "glapi.h"
|
#include "glapi.h"
|
||||||
#include "glapinoop.h"
|
#include "glapinoop.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user