summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shader_query.cpp
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-09-26 20:14:57 -0600
committerBrian Paul <brianp@vmware.com>2015-09-29 11:51:38 -0600
commit3bbff1e26ee8bbf63f7a954c3f24d514486939e5 (patch)
tree44ddd58983c899e3686f419119b2d6902d537af0 /src/mesa/main/shader_query.cpp
parent681b4badaedec5c9503887c4afb32485ce22c30e (diff)
downloadexternal_mesa3d-3bbff1e26ee8bbf63f7a954c3f24d514486939e5.zip
external_mesa3d-3bbff1e26ee8bbf63f7a954c3f24d514486939e5.tar.gz
external_mesa3d-3bbff1e26ee8bbf63f7a954c3f24d514486939e5.tar.bz2
mesa: remove an extern "C" wrapper in shader_query.cpp
The shaderapi.h header already has the extern "C" wrapper. Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/main/shader_query.cpp')
-rw-r--r--src/mesa/main/shader_query.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
index b6d3677..16b43e8 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,