mesa: Clean up header file inclusion in atifragshader.h.

This commit is contained in:
Vinson Lee 2010-11-07 19:41:42 -08:00
parent 11dd228415
commit 908272b183

View file

@ -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