Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into...
[mesa.git] / src / mesa / pipe / tgsi / tgsi_platform.h
1 #if !defined TGSI_PLATFORM_H
2 #define TGSI_PLATFORM_H
3
4 #if defined __cplusplus
5 extern "C" {
6 #endif // defined __cplusplus
7
8 #include "imports.h"
9 #include "mtypes.h"
10 #include "prog_instruction.h"
11 #include "program.h"
12
13 #if defined __cplusplus
14 } // extern "C"
15 #endif // defined __cplusplus
16
17 #endif // !defined TGSI_PLATFORM_H
18