util: Move ralloc to a new src/util directory.
[mesa.git] / src / mesa / drivers / common / meta.c
index b12898f265a77f55d91440bce018b6731e2a08a3..606b604bcfbf359b4bbf265ffde8798197ba3588 100644 (file)
@@ -84,7 +84,7 @@
 #include "drivers/common/meta.h"
 #include "main/enums.h"
 #include "main/glformats.h"
-#include "../glsl/ralloc.h"
+#include "util/ralloc.h"
 
 /** Return offset in bytes of the field within a vertex struct */
 #define OFFSET(FIELD) ((void *) offsetof(struct vertex, FIELD))