mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
mesa: Clean up header file inclusion in atifragshader.h.
This commit is contained in:
parent
11dd228415
commit
908272b183
1 changed files with 6 additions and 1 deletions
|
|
@ -8,7 +8,12 @@
|
|||
#ifndef ATIFRAGSHADER_H
|
||||
#define ATIFRAGSHADER_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "compiler.h"
|
||||
#include "glheader.h"
|
||||
#include "mfeatures.h"
|
||||
|
||||
struct _glapi_table;
|
||||
struct gl_context;
|
||||
|
||||
#define MAX_NUM_INSTRUCTIONS_PER_PASS_ATI 8
|
||||
#define MAX_NUM_PASSES_ATI 2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue