diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-08 15:42:15 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-08 15:42:56 +0000 |
commit | 25deb852f84ad0e4519a2a3fb7abc1d098ad3f8e (patch) | |
tree | 636cd26875fa23b6e8d12211fa5dcd30698ed5fd /src/gallium/state_trackers/xlib/fakeglx.c | |
parent | e83e2c47928b58dc678d008d499ae92666807c5b (diff) |
xlib: rename old_xmesa.h to xm_api.h
Diffstat (limited to 'src/gallium/state_trackers/xlib/fakeglx.c')
-rw-r--r-- | src/gallium/state_trackers/xlib/fakeglx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xlib/fakeglx.c b/src/gallium/state_trackers/xlib/fakeglx.c index 00cefe799d..7499d0f504 100644 --- a/src/gallium/state_trackers/xlib/fakeglx.c +++ b/src/gallium/state_trackers/xlib/fakeglx.c @@ -42,7 +42,7 @@ #include "glxheader.h" #include "glxapi.h" -#include "old_xmesa.h" +#include "xm_api.h" #include "context.h" #include "config.h" #include "macros.h" |