summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2008-06-13 22:09:37 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2008-06-14 04:11:21 +0200
commite2aa45c2f9584ff76151a99b4fcd0ecb56260473 (patch)
tree8913d28e43dd313291b50ae6fbc5985130a3c73c /src/mesa/drivers/dri/r300/r300_state.c
parentcaeabb1ebea33828e956efed19dce46767a068b4 (diff)
r300: Do not include r300_fragprog.h from r300_context.h and other cleanups
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c
index 1dcf9e0cab3..e82c3d9681c 100644
--- a/src/mesa/drivers/dri/r300/r300_state.c
+++ b/src/mesa/drivers/dri/r300/r300_state.c
@@ -60,6 +60,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "r300_state.h"
#include "r300_reg.h"
#include "r300_emit.h"
+#include "r300_fragprog.h"
#include "r300_tex.h"
#include "drirenderbuffer.h"