summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-03-30 23:35:32 -0700
committerVinson Lee <vlee@vmware.com>2010-03-30 23:35:32 -0700
commit5123e33863ac37242eb5e867cd0a38fecbd06b48 (patch)
treec7a7283065fced9cf54fc274c0492e88534bacae /src
parent9b6285c0522e86a842a6cfdf5c6c6347d89344ae (diff)
st/dri: Remove unnecessary header.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/state_trackers/dri/common/dri_drawable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/dri/common/dri_drawable.c b/src/gallium/state_trackers/dri/common/dri_drawable.c
index 75b4cc5628..88c17e81bf 100644
--- a/src/gallium/state_trackers/dri/common/dri_drawable.c
+++ b/src/gallium/state_trackers/dri/common/dri_drawable.c
@@ -38,7 +38,6 @@
#include "pipe/p_screen.h"
#include "util/u_format.h"
#include "util/u_memory.h"
-#include "util/u_inlines.h"
/**
* This is called when we need to set up GL rendering to a new X window.