summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
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_context.h
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_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 05efb813e5..a9b3b061f4 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -73,7 +73,6 @@ typedef struct r300_context *r300ContextPtr;
}
#include "r300_vertprog.h"
-#include "r300_fragprog.h"
#include "r500_fragprog.h"
/**