llvmpipe: Remove unnecessary headers.

This commit is contained in:
Vinson Lee
2010-01-27 18:08:37 -08:00
parent 714d3ec9bc
commit c2bd1657a8
3 changed files with 0 additions and 3 deletions

View File

@@ -40,7 +40,6 @@
#include "draw/draw_private.h"
#include "draw/draw_vertex.h"
#include "pipe/p_shader_tokens.h"
#include "pipe/p_thread.h"
#include "util/u_format.h"
#include "util/u_math.h"
#include "util/u_memory.h"

View File

@@ -33,7 +33,6 @@
#include "draw/draw_private.h"
#include "lp_context.h"
#include "lp_screen.h"
#include "lp_tex_cache.h"
#include "lp_state.h"

View File

@@ -33,7 +33,6 @@
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_inlines.h"
#include "pipe/internal/p_winsys_screen.h"
#include "util/u_format.h"
#include "util/u_math.h"