glsl: resolve extern C workarounds/hacks
Do not wrap header inclusion in extern C since it can cause issues. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:

committed by
Emil Velikov

parent
a177a13033
commit
7fcbb1a902
@@ -28,9 +28,7 @@
|
||||
|
||||
#include <new>
|
||||
|
||||
extern "C" {
|
||||
#include "program/symbol_table.h"
|
||||
}
|
||||
#include "ir.h"
|
||||
|
||||
class symbol_table_entry;
|
||||
|
Reference in New Issue
Block a user