summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-08-15 21:08:59 +0200
committerErik Faye-Lund <[email protected]>2019-09-02 12:45:45 +0000
commitee2bc11cc76f4fdb962cf0e8822c00451ee17456 (patch)
tree203d187c1ad926fa7624d8b124c2c0ee99155f8c /src
parent966a455bb912cc9fd22580c6cf9b74e27faa4491 (diff)
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 <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/imports.c1
1 files changed, 0 insertions, 1 deletions
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"