summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-05 13:47:02 -0800
committerVinson Lee <vlee@vmware.com>2011-01-05 13:47:02 -0800
commitd5435b3f0c53e964abcd76daf296d11465bcc64e (patch)
treed37157f06775b92188f7a60e32ec8341eaba927b /src/mesa/swrast
parent332a90e1015f0e1be4fb441e2d34e91f6bba812f (diff)
swrast: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_texfilter.c1
-rw-r--r--src/mesa/swrast/s_triangle.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_texfilter.c b/src/mesa/swrast/s_texfilter.c
index 539d878ddb..ecc09e095f 100644
--- a/src/mesa/swrast/s_texfilter.c
+++ b/src/mesa/swrast/s_texfilter.c
@@ -27,7 +27,6 @@
#include "main/context.h"
#include "main/colormac.h"
#include "main/imports.h"
-#include "main/texformat.h"
#include "s_context.h"
#include "s_texfilter.h"
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c
index 85513e1f20..0d2eabca62 100644
--- a/src/mesa/swrast/s_triangle.c
+++ b/src/mesa/swrast/s_triangle.c
@@ -34,7 +34,6 @@
#include "main/colormac.h"
#include "main/imports.h"
#include "main/macros.h"
-#include "main/texformat.h"
#include "program/prog_instruction.h"
#include "s_aatriangle.h"