Mesa (master): egl: Remove unnecessary headers

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Fri Oct 15 18:16:53 UTC 2010


Module: Mesa
Branch: master
Commit: af729571eb4242bbe2e952e67a7dd54faf3245a8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=af729571eb4242bbe2e952e67a7dd54faf3245a8

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Oct 15 15:58:54 2010 +0100

egl: Remove unnecessary headers

---

 src/gallium/targets/egl/pipe_i915.c |    1 -
 src/gallium/targets/egl/pipe_i965.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/targets/egl/pipe_i915.c b/src/gallium/targets/egl/pipe_i915.c
index 758a921..cd74044 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 43bf646..ae45212 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"




More information about the mesa-commit mailing list