gallivm: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sat, 3 Jul 2010 08:04:50 +0000 (01:04 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 3 Jul 2010 08:04:50 +0000 (01:04 -0700)
src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
src/gallium/auxiliary/gallivm/lp_bld_sample.c

index e8f4ab6..0a5038b 100644 (file)
@@ -37,7 +37,6 @@
 #include "util/u_format.h"
 
 #include "lp_bld_arit.h"
-#include "lp_bld_init.h"
 #include "lp_bld_type.h"
 #include "lp_bld_const.h"
 #include "lp_bld_conv.h"
index 800d121..0fd014a 100644 (file)
@@ -40,7 +40,6 @@
 #include "lp_bld_const.h"
 #include "lp_bld_arit.h"
 #include "lp_bld_type.h"
-#include "lp_bld_format.h"
 #include "lp_bld_sample.h"