From bbbb8345ab9df2d634dc2a34d257ee2cbf930292 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sun, 11 Sep 2011 16:10:33 -0500 Subject: ir_to_mesa: Move some things outside the 'extern "C"' blocks Having a few of these includes or forward declarations inside the 'extern "C"' block can cause problems later. Specifically, it prevents C++ linkage functions from being added to ir_to_mesa.h and makes G++ angry if 'struct foo' is seen both inside and outside an 'extern "C"'. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke --- src/glsl/ir_set_program_inouts.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glsl/ir_set_program_inouts.cpp') diff --git a/src/glsl/ir_set_program_inouts.cpp b/src/glsl/ir_set_program_inouts.cpp index 3b10b909724..ae3ef74c75e 100644 --- a/src/glsl/ir_set_program_inouts.cpp +++ b/src/glsl/ir_set_program_inouts.cpp @@ -34,10 +34,8 @@ * from the GLSL IR. */ -extern "C" { #include "main/core.h" /* for struct gl_program */ #include "program/hash_table.h" -} #include "ir.h" #include "ir_visitor.h" #include "glsl_types.h" -- cgit v1.2.3