summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/atifragshader.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-07 19:41:42 -0800
committerVinson Lee <vlee@vmware.com>2010-11-07 19:41:42 -0800
commit908272b183c40a807a99611574df81711cd86b39 (patch)
treee544a2a721a64c0a53556e4f6ad520c1eccc46d9 /src/mesa/main/atifragshader.h
parent11dd228415d9299f3afa81525d0e588135099b4b (diff)
downloadexternal_mesa3d-908272b183c40a807a99611574df81711cd86b39.zip
external_mesa3d-908272b183c40a807a99611574df81711cd86b39.tar.gz
external_mesa3d-908272b183c40a807a99611574df81711cd86b39.tar.bz2
mesa: Clean up header file inclusion in atifragshader.h.
Diffstat (limited to 'src/mesa/main/atifragshader.h')
-rw-r--r--src/mesa/main/atifragshader.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/main/atifragshader.h b/src/mesa/main/atifragshader.h
index 6911bba..ade9131 100644
--- a/src/mesa/main/atifragshader.h
+++ b/src/mesa/main/atifragshader.h
@@ -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