From: Emil Velikov Date: Sun, 21 Sep 2014 11:59:40 +0000 (+0100) Subject: gallium/freedreno: remove unused draw header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=523fa2f1ce46a6dcefb207fcd381ddc5e7b16140;p=mesa.git gallium/freedreno: remove unused draw header Signed-off-by: Emil Velikov Acked-by: Matt Turner --- diff --git a/src/gallium/drivers/freedreno/freedreno_context.h b/src/gallium/drivers/freedreno/freedreno_context.h index c59390a2939..b7e016bb469 100644 --- a/src/gallium/drivers/freedreno/freedreno_context.h +++ b/src/gallium/drivers/freedreno/freedreno_context.h @@ -29,7 +29,6 @@ #ifndef FREEDRENO_CONTEXT_H_ #define FREEDRENO_CONTEXT_H_ -#include "draw/draw_context.h" #include "pipe/p_context.h" #include "indices/u_primconvert.h" #include "util/u_blitter.h"