summaryrefslogtreecommitdiff
path: root/lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-07-22 10:17:30 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-07-22 10:17:30 +0000
commitca11beabae33eb59fb981b8adf50b1d47a2a98f0 (patch)
tree3e4691a396e6e54cd54224a190663d5cf976625b /lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp
parent27c8a50e8bbde7d28b1fc46d715a4c469e24f2c4 (diff)
Import Mesa 21.1.5
Diffstat (limited to 'lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp')
-rw-r--r--lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp b/lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp
index 48c8884d5..7b8317f87 100644
--- a/lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp
+++ b/lib/mesa/src/compiler/glsl/tests/invalidate_locations_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 "util/ralloc.h"