st/xorg: Remove unnecessary headers.
This commit is contained in:
@@ -4,10 +4,7 @@
|
||||
#include "xorg_exa_tgsi.h"
|
||||
|
||||
#include "cso_cache/cso_context.h"
|
||||
#include "util/u_draw_quad.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
#include "pipe/p_inlines.h"
|
||||
|
||||
/*XXX also in Xrender.h but the including it here breaks compilition */
|
||||
#define XFixedToDouble(f) (((double) (f)) / 65536.)
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_inlines.h"
|
||||
|
||||
#include "util/u_rect.h"
|
||||
|
||||
/* Make all the #if cases in the code esier to read */
|
||||
#ifndef DRI2INFOREC_VERSION
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
#include "miscstruct.h"
|
||||
#include "dixstruct.h"
|
||||
#include "xf86xv.h"
|
||||
#include <X11/extensions/Xv.h>
|
||||
#ifndef XSERVER_LIBPCIACCESS
|
||||
#error "libpciaccess needed"
|
||||
#endif
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
#include "pipe/p_format.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_inlines.h"
|
||||
|
||||
#include "util/u_rect.h"
|
||||
#include "util/u_math.h"
|
||||
|
||||
@@ -6,11 +6,9 @@
|
||||
#include "pipe/p_format.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_inlines.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_simple_shaders.h"
|
||||
|
||||
#include "tgsi/tgsi_ureg.h"
|
||||
|
||||
|
||||
@@ -49,8 +49,6 @@
|
||||
#include <X11/extensions/dpms.h>
|
||||
#endif
|
||||
|
||||
#include "X11/Xatom.h"
|
||||
|
||||
#include "xorg_tracker.h"
|
||||
|
||||
static char *output_enum_list[] = {
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "cso_cache/cso_context.h"
|
||||
|
||||
#include "pipe/p_screen.h"
|
||||
#include "pipe/p_inlines.h"
|
||||
|
||||
/*XXX get these from pipe's texture limits */
|
||||
#define IMAGE_MAX_WIDTH 2048
|
||||
|
||||
Reference in New Issue
Block a user