swrast: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Wed, 5 Jan 2011 21:47:02 +0000 (13:47 -0800)
committerVinson Lee <vlee@vmware.com>
Wed, 5 Jan 2011 21:47:02 +0000 (13:47 -0800)
src/mesa/swrast/s_texfilter.c
src/mesa/swrast/s_triangle.c

index 539d878ddb46483ca497bfd877288029fb83a56d..ecc09e095fd39206d8854c4e4f7cf3b47b4c6c84 100644 (file)
@@ -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"
index 85513e1f204f0d3e9352f7ecf5f491fb7d87b051..0d2eabca6289a33f3f0916a3280cfe252a92d4eb 100644 (file)
@@ -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"