diff options
author | Vinson Lee <[email protected]> | 2011-01-13 09:16:25 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-13 09:16:25 -0800 |
commit | d599df8a8c26bdaaf59cc650a5ca1b79230209ed (patch) | |
tree | 206c4783bd9bdd75a95a9718d64ac072dc985778 /src/gallium/targets | |
parent | eb70e58caf773f9a89aa16109705b84f0aa2a6f7 (diff) |
targets/egl-static: Remove unnecessary header.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/egl-static/egl_pipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/egl_pipe.c b/src/gallium/targets/egl-static/egl_pipe.c index 2684ede307f..a33d419e0aa 100644 --- a/src/gallium/targets/egl-static/egl_pipe.c +++ b/src/gallium/targets/egl-static/egl_pipe.c @@ -27,7 +27,6 @@ */ #include "target-helpers/inline_debug_helper.h" #include "target-helpers/inline_sw_helper.h" -#include "state_tracker/drm_driver.h" #include "egl_pipe.h" /* for i915 */ |