mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 10:40:11 +01:00
gallium: do not #include foo.h within extern C {}
Analogous to previous commit. 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:
parent
e4f971c85f
commit
dafc325f42
1 changed files with 2 additions and 2 deletions
|
|
@ -28,12 +28,12 @@
|
|||
#ifndef TGSI_UTIL_H
|
||||
#define TGSI_UTIL_H
|
||||
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
|
||||
struct tgsi_src_register;
|
||||
struct tgsi_full_src_register;
|
||||
struct tgsi_full_instruction;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue