From e033d2c6422066a69a98f0a073e87a78587a292a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 24 Feb 2015 15:05:05 -0700 Subject: [PATCH] glcpp: remove unneeded #include of core.h isblank() is not used in the code. Reviewed-by: Matt Turner --- src/glsl/glcpp/pp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/glsl/glcpp/pp.c b/src/glsl/glcpp/pp.c index a54bcbe16d1..160c6662ff6 100644 --- a/src/glsl/glcpp/pp.c +++ b/src/glsl/glcpp/pp.c @@ -25,7 +25,6 @@ #include #include #include "glcpp.h" -#include "main/core.h" /* for isblank() on MSVC */ void glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) -- 2.30.2