projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966a455
)
mesa/main: remove unused include
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 15 Aug 2019 19:08:59 +0000
(21:08 +0200)
committer
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Mon, 2 Sep 2019 12:45:45 +0000
(12:45 +0000)
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@collabora.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/imports.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.c
b/src/mesa/main/imports.c
index f1bcd2fa1f7850c57ee15b069ed19e90fce22e37..96f8ad443f3c6ee27117da0653c976f25086b5ca 100644
(file)
--- 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"