From: Brian Paul Date: Sun, 27 Sep 2015 02:14:57 +0000 (-0600) Subject: mesa: remove an extern "C" wrapper in shader_query.cpp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bbff1e26ee8bbf63f7a954c3f24d514486939e5;p=mesa.git mesa: remove an extern "C" wrapper in shader_query.cpp The shaderapi.h header already has the extern "C" wrapper. Reviewed-by: Matt Turner --- diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp index b6d36776562..16b43e840c7 100644 --- a/src/mesa/main/shader_query.cpp +++ b/src/mesa/main/shader_query.cpp @@ -32,6 +32,7 @@ #include "main/core.h" #include "glsl_symbol_table.h" #include "ir.h" +#include "shaderapi.h" #include "shaderobj.h" #include "program/hash_table.h" #include "../glsl/program.h" @@ -39,9 +40,6 @@ #include "main/enums.h" #include "util/strndup.h" -extern "C" { -#include "shaderapi.h" -} static GLint program_resource_location(struct gl_shader_program *shProg,