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>
This commit is contained in:
Brian Paul 2015-09-26 20:14:57 -06:00
parent 681b4badae
commit 3bbff1e26e
1 changed files with 1 additions and 3 deletions

View File

@ -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,