summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/graw-xlib/graw_xlib.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-06 13:08:39 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-06 13:08:39 +0100
commit2b322ad147a42ac0bf0f51bffab99e4d5650132d (patch)
tree85db8ad4185595b8cc50fa0d9c739102b46b1c9a /src/gallium/targets/graw-xlib/graw_xlib.c
parentf58d780b08a7059b82707291ad163cf6590134df (diff)
downloadexternal_mesa3d-2b322ad147a42ac0bf0f51bffab99e4d5650132d.zip
external_mesa3d-2b322ad147a42ac0bf0f51bffab99e4d5650132d.tar.gz
external_mesa3d-2b322ad147a42ac0bf0f51bffab99e4d5650132d.tar.bz2
graw-xlib: Remove duplicate graw.h file.
Diffstat (limited to 'src/gallium/targets/graw-xlib/graw_xlib.c')
-rw-r--r--src/gallium/targets/graw-xlib/graw_xlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/graw-xlib/graw_xlib.c b/src/gallium/targets/graw-xlib/graw_xlib.c
index fb8ef9d..21715c2 100644
--- a/src/gallium/targets/graw-xlib/graw_xlib.c
+++ b/src/gallium/targets/graw-xlib/graw_xlib.c
@@ -18,7 +18,7 @@
#include "sw/sw_public.h"
#include "sw/sw.c"
-#include "graw.h"
+#include "state_tracker/graw.h"
#include <X11/Xlib.h>
#include <X11/Xlibint.h>