From: Erik Faye-Lund Date: Thu, 15 Aug 2019 19:08:59 +0000 (+0200) Subject: mesa/main: remove unused include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee2bc11cc76f4fdb962cf0e8822c00451ee17456;p=mesa.git mesa/main: remove unused include This has been unused since 183db3a6455 ("glsl: move half<->float convertion to util"), Oct 10 2015. Let's drop needlessly including it. Signed-off-by: Erik Faye-Lund Reviewed-by: Matt Turner --- diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index f1bcd2fa1f7..96f8ad443f3 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -45,7 +45,6 @@ #include #include #include "c99_math.h" -#include "util/rounding.h" /* for _mesa_roundeven */ #include "imports.h" #include "context.h" #include "version.h"