From: Jakob Bornecrantz Date: Fri, 15 Oct 2010 14:58:54 +0000 (+0100) Subject: egl: Remove unnecessary headers X-Git-Tag: android-x86-2.2~1063^2~25 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=af729571eb4242bbe2e952e67a7dd54faf3245a8;p=android-x86%2Fexternal-mesa.git egl: Remove unnecessary headers --- diff --git a/src/gallium/targets/egl/pipe_i915.c b/src/gallium/targets/egl/pipe_i915.c index 758a921b481..cd74044d8c1 100644 --- a/src/gallium/targets/egl/pipe_i915.c +++ b/src/gallium/targets/egl/pipe_i915.c @@ -1,5 +1,4 @@ -#include "target-helpers/inline_wrapper_sw_helper.h" #include "target-helpers/inline_debug_helper.h" #include "state_tracker/drm_driver.h" #include "i915/drm/i915_drm_public.h" diff --git a/src/gallium/targets/egl/pipe_i965.c b/src/gallium/targets/egl/pipe_i965.c index 43bf646e825..ae452128b0b 100644 --- a/src/gallium/targets/egl/pipe_i965.c +++ b/src/gallium/targets/egl/pipe_i965.c @@ -1,5 +1,4 @@ -#include "target-helpers/inline_wrapper_sw_helper.h" #include "target-helpers/inline_debug_helper.h" #include "state_tracker/drm_driver.h" #include "i965/drm/i965_drm_public.h"