From e5339fe4a47c242693962c9f90bbab8b74935cba Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 25 Mar 2020 21:11:44 -0400 Subject: Move compiler.h and imports.h/c from src/mesa/main into src/util Reviewed-by: Timothy Arceri --- src/mesa/main/texstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/texstore.c') diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 9bbac5f1512..5c5331a6402 100755 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -62,7 +62,7 @@ #include "mtypes.h" #include "pack.h" #include "pbo.h" -#include "imports.h" +#include "util/imports.h" #include "texcompress.h" #include "texcompress_fxt1.h" #include "texcompress_rgtc.h" -- cgit v1.2.3