mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
glcpp: remove unneeded #include of core.h
isblank() is not used in the code. Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
9fd7e9d831
commit
e033d2c642
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "glcpp.h"
|
||||
#include "main/core.h" /* for isblank() on MSVC */
|
||||
|
||||
void
|
||||
glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue