Move compiler.h and imports.h/c from src/mesa/main into src/util
[mesa.git] / src / util / register_allocate.c
index 4e97d82f23ed9aa6e659423127fda4b6e60ae9c6..9c654080a09a8e4b2449a2e396f20b6323d35c2c 100644 (file)
@@ -73,7 +73,7 @@
 #include <stdbool.h>
 
 #include "ralloc.h"
-#include "main/imports.h"
+#include "util/imports.h"
 #include "main/macros.h"
 #include "util/bitset.h"
 #include "register_allocate.h"