mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
tgsi: Clean up header file inclusion in tgsi_sanity.h.
This commit is contained in:
parent
79fa5acf26
commit
20a0f34283
1 changed files with 4 additions and 2 deletions
|
|
@ -28,12 +28,14 @@
|
|||
#ifndef TGSI_SANITY_H
|
||||
#define TGSI_SANITY_H
|
||||
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
|
||||
struct tgsi_token;
|
||||
|
||||
/* Check the given token stream for errors and common mistakes.
|
||||
* Diagnostic messages are printed out to the debug output, and is
|
||||
* controlled by the debug option TGSI_PRINT_SANITY (default false).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue