Mesa (master): mesa/main: remove unused include

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 2 14:45:02 UTC 2019


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Aug 15 21:08:59 2019 +0200

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 <erik.faye-lund at collabora.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/main/imports.c | 1 -
 1 file changed, 1 deletion(-)

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 <stdio.h>
 #include <stdarg.h>
 #include "c99_math.h"
-#include "util/rounding.h" /* for _mesa_roundeven */
 #include "imports.h"
 #include "context.h"
 #include "version.h"




More information about the mesa-commit mailing list