tgsi: Clean up header file inclusion in tgsi_text.h.

This commit is contained in:
Vinson Lee
2010-12-30 01:51:27 -08:00
parent 8bfb9061b7
commit 8114cf9ad8
+4 -2
View File
@@ -28,12 +28,14 @@
#ifndef TGSI_TEXT_H
#define TGSI_TEXT_H
#include "pipe/p_shader_tokens.h"
#if defined __cplusplus
extern "C" {
#endif
#include "pipe/p_compiler.h"
struct tgsi_token;
boolean
tgsi_text_translate(
const char *text,