diff options
author | José Fonseca <[email protected]> | 2010-05-06 13:08:39 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-05-06 13:08:39 +0100 |
commit | 2b322ad147a42ac0bf0f51bffab99e4d5650132d (patch) | |
tree | 85db8ad4185595b8cc50fa0d9c739102b46b1c9a /src/gallium/targets/graw-xlib/graw_xlib.c | |
parent | f58d780b08a7059b82707291ad163cf6590134df (diff) |
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.c | 2 |
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 fb8ef9d78b6..21715c26fdc 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> |