aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/tests/lower_int64_test.cpp
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2020-03-25 21:11:44 -0400
committerMarge Bot <eric+marge@anholt.net>2020-03-27 21:00:09 +0000
commite5339fe4a47c242693962c9f90bbab8b74935cba (patch)
treef625ba8d1d8c073b7b13d07f259da701e6339e4f /src/compiler/glsl/tests/lower_int64_test.cpp
parent6cfe074b8617f92b4538f3006b0c4e55d6681436 (diff)
downloadexternal_mesa3d-e5339fe4a47c242693962c9f90bbab8b74935cba.tar.gz
external_mesa3d-e5339fe4a47c242693962c9f90bbab8b74935cba.tar.bz2
external_mesa3d-e5339fe4a47c242693962c9f90bbab8b74935cba.zip
Move compiler.h and imports.h/c from src/mesa/main into src/util
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4324>
Diffstat (limited to 'src/compiler/glsl/tests/lower_int64_test.cpp')
-rw-r--r--src/compiler/glsl/tests/lower_int64_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/tests/lower_int64_test.cpp b/src/compiler/glsl/tests/lower_int64_test.cpp
index a7e8186e41b..196710a3c6c 100644
--- a/src/compiler/glsl/tests/lower_int64_test.cpp
+++ b/src/compiler/glsl/tests/lower_int64_test.cpp
@@ -21,7 +21,7 @@
* DEALINGS IN THE SOFTWARE.
*/
#include <gtest/gtest.h>
-#include "main/compiler.h"
+#include "util/compiler.h"
#include "main/mtypes.h"
#include "main/macros.h"
#include "ir.h"