summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_composite.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-21 15:05:21 -0800
committerVinson Lee <vlee@vmware.com>2010-01-21 15:05:21 -0800
commitefc08bddb7622e4acfa795b58e1264b64b78ab4f (patch)
treef2e22eccacf91b0b0774cd1998e34222ebfa3d51 /src/gallium/state_trackers/xorg/xorg_composite.c
parent2cf8164065b8704e2f32d77af14cde9e7979435c (diff)
st/xorg: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_composite.c')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_composite.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c b/src/gallium/state_trackers/xorg/xorg_composite.c
index a5975aad51..89d462d9d6 100644
--- a/src/gallium/state_trackers/xorg/xorg_composite.c
+++ b/src/gallium/state_trackers/xorg/xorg_composite.c
@@ -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.)