Mesa (master): nir: remove useless nir_builder_opcodes.h include

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 26 18:11:47 UTC 2020


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

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Mon Sep 14 19:57:25 2020 +0100

nir: remove useless nir_builder_opcodes.h include

This is included earlier in the file.

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6587>

---

 src/compiler/nir/nir_builder.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/compiler/nir/nir_builder.h b/src/compiler/nir/nir_builder.h
index 45f09a43817..fb762c675da 100644
--- a/src/compiler/nir/nir_builder.h
+++ b/src/compiler/nir/nir_builder.h
@@ -1562,8 +1562,6 @@ nir_convert_alu_types(nir_builder *b, nir_ssa_def *src,
    return &conv->dest.ssa;
 }
 
-#include "nir_builder_opcodes.h"
-
 static inline nir_ssa_def *
 nir_f2b(nir_builder *build, nir_ssa_def *f)
 {



More information about the mesa-commit mailing list