llvmpipe: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-12-22 00:55:41 -08:00
parent 013fc33462
commit 442fcd0620
2 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,7 @@
#include "util/u_memory.h"
#include "gallivm/lp_bld_init.h"
#include "gallivm/lp_bld_debug.h"
#include "gallivm/lp_bld_intr.h"
#include "lp_context.h"
#include "lp_screen.h"
#include "lp_jit.h"

View File

@ -90,7 +90,6 @@
#include "lp_context.h"
#include "lp_debug.h"
#include "lp_perf.h"
#include "lp_screen.h"
#include "lp_setup.h"
#include "lp_state.h"
#include "lp_tex_sample.h"