diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-09 10:40:47 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-01-09 14:31:45 +0000 |
commit | 05f8e41b9567695e9b96276d3ac5734ed2b268a8 (patch) | |
tree | b92d7091a28673b3b784f2c0b0806c9ce7f35539 /src/gallium/state_trackers/xlib/fakeglx.c | |
parent | e3734593aea202e99e77febea7b86c904080939f (diff) |
xlib: combine and eliminate some header files
Diffstat (limited to 'src/gallium/state_trackers/xlib/fakeglx.c')
-rw-r--r-- | src/gallium/state_trackers/xlib/fakeglx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/xlib/fakeglx.c b/src/gallium/state_trackers/xlib/fakeglx.c index efe1faaa3a..4494a6e5d6 100644 --- a/src/gallium/state_trackers/xlib/fakeglx.c +++ b/src/gallium/state_trackers/xlib/fakeglx.c @@ -40,14 +40,12 @@ -#include "glxheader.h" #include "glxapi.h" #include "xm_api.h" #include "context.h" #include "config.h" #include "macros.h" #include "imports.h" -#include "mtypes.h" #include "version.h" #include "fakeglx.h" #include "state_tracker/st_context.h" |