Module: Mesa Branch: master Commit: 1f0bcce6be14cb8916433cc8d7af0ace9799c0b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f0bcce6be14cb8916433cc8d7af0ace9799c0b0
Author: Vinson Lee <[email protected]> Date: Sat Jul 3 19:28:31 2010 -0700 st/egl: Remove unnecessary headers. --- src/gallium/state_trackers/egl/x11/native_x11.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/gallium/state_trackers/egl/x11/native_x11.c b/src/gallium/state_trackers/egl/x11/native_x11.c index fc12720..37c8b01 100644 --- a/src/gallium/state_trackers/egl/x11/native_x11.c +++ b/src/gallium/state_trackers/egl/x11/native_x11.c @@ -29,9 +29,6 @@ #include "egllog.h" #include "native_x11.h" -#include "x11_screen.h" - -#include "state_tracker/drm_driver.h" static struct native_display * native_create_display(void *dpy, struct native_event_handler *event_handler, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
