st/xorg: Remove unnecessary headers.

This commit is contained in:
Vinson Lee 2010-01-28 00:25:20 -08:00
parent 4030cd5a2d
commit 347cd2b0d5
5 changed files with 0 additions and 6 deletions

View file

@ -50,7 +50,6 @@
#endif
#include "pipe/p_inlines.h"
#include "util/u_format.h"
#include "util/u_rect.h"
#ifdef HAVE_LIBKMS

View file

@ -41,7 +41,6 @@
#include "pipe/p_inlines.h"
#include "util/u_format.h"
#include "util/u_rect.h"
/* Make all the #if cases in the code esier to read */
#ifndef DRI2INFOREC_VERSION

View file

@ -42,7 +42,6 @@
#include "pipe/p_context.h"
#include "pipe/p_state.h"
#include "util/u_format.h"
#include "util/u_rect.h"
#include "util/u_math.h"
#include "util/u_debug.h"

View file

@ -5,7 +5,6 @@
#include "cso_cache/cso_context.h"
#include "util/u_draw_quad.h"
#include "util/u_format.h"
#include "util/u_math.h"
#include "util/u_memory.h"
#include "util/u_rect.h"

View file

@ -12,8 +12,6 @@
#include "pipe/p_screen.h"
#include "util/u_format.h"
/*XXX get these from pipe's texture limits */
#define IMAGE_MAX_WIDTH 2048
#define IMAGE_MAX_HEIGHT 2048