Move compiler.h and imports.h/c from src/mesa/main into src/util
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_queryobj.c
index db6ae21da474203cb8af3f01c33ea3293fae0da0..08fe90b8c029a22aff55a618f288193981c2e9e9 100644 (file)
@@ -31,7 +31,7 @@
  * GL_EXT_transform_feedback, and friends) on platforms that support
  * hardware contexts (Gen6+).
  */
-#include "main/imports.h"
+#include "util/imports.h"
 
 #include "brw_context.h"
 #include "brw_defines.h"