On Sat, Nov 19, 2016 at 6:26 PM, Brian Paul <[email protected]> wrote: > Compile tested only. > --- > src/mesa/drivers/dri/i915/i830_texblend.c | 1 - > src/mesa/drivers/dri/i915/intel_syncobj.c | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/src/mesa/drivers/dri/i915/i830_texblend.c > b/src/mesa/drivers/dri/i915/i830_texblend.c > index 661e424..c29b572 100644 > --- a/src/mesa/drivers/dri/i915/i830_texblend.c > +++ b/src/mesa/drivers/dri/i915/i830_texblend.c > @@ -28,7 +28,6 @@ > #include "main/glheader.h" > #include "main/macros.h" > #include "main/mtypes.h" > -#include "util/simple_list.h" > #include "main/enums.h" > #include "main/mm.h" > > diff --git a/src/mesa/drivers/dri/i915/intel_syncobj.c > b/src/mesa/drivers/dri/i915/intel_syncobj.c > index d0a99aa..0766a16 100644 > --- a/src/mesa/drivers/dri/i915/intel_syncobj.c > +++ b/src/mesa/drivers/dri/i915/intel_syncobj.c > @@ -38,7 +38,6 @@ > * performance bottleneck, though. > */ > > -#include "util/simple_list.h" > #include "main/imports.h" > > #include "intel_context.h" > -- > 1.9.1 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Reviewed-by: Vinson Lee <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
