From dafc325f42e3e43b5cf97d806ab2ec4caf5ddd42 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 16 Feb 2017 15:16:39 +0000 Subject: [PATCH] gallium: do not #include foo.h within extern C {} MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Analogous to previous commit. Signed-off-by: Emil Velikov Reviewed-by: Nicolai Hähnle Reviewed-by: Brian Paul --- src/gallium/auxiliary/tgsi/tgsi_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_util.h b/src/gallium/auxiliary/tgsi/tgsi_util.h index 83a930b69c1..aa4606d0b27 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_util.h +++ b/src/gallium/auxiliary/tgsi/tgsi_util.h @@ -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; -- 2.30.2