diff options
author | Vinson Lee <[email protected]> | 2010-12-23 16:19:11 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-23 16:19:11 -0800 |
commit | 070f5da96d42f6ff1d70ac28f8f8e64bcb051ef1 (patch) | |
tree | c7652b32690cb7de2ce82f3daf637e5dc8c4860f /src/gallium/targets | |
parent | 075a807f43331675482d1a407b0f2e125a75edf9 (diff) |
libgl-xlib: Remove unnecessary header.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/libgl-xlib/xlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/xlib.c b/src/gallium/targets/libgl-xlib/xlib.c index 9a3e0e07b0d..1a5892b94a0 100644 --- a/src/gallium/targets/libgl-xlib/xlib.c +++ b/src/gallium/targets/libgl-xlib/xlib.c @@ -35,7 +35,6 @@ #include "state_tracker/xlib_sw_winsys.h" #include "xm_public.h" -#include "state_tracker/st_api.h" #include "state_tracker/st_gl_api.h" #include "target-helpers/inline_sw_helper.h" #include "target-helpers/inline_debug_helper.h" |