mesa: only include ctype.h where it's used

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2015-02-24 16:56:54 -07:00
parent 135b8c6530
commit ddf4b2e363
2 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,7 @@
* \author Ian Romanick <ian.d.romanick@intel.com>
*/
#include <ctype.h>
#include "main/core.h"
#include "glsl_symbol_table.h"
#include "glsl_parser_extras.h"

View File

@ -35,7 +35,6 @@
#include <assert.h>
#include <ctype.h>
#include <math.h>
#include <limits.h>
#include <stdlib.h>