util: Move ralloc to a new src/util directory.
[mesa.git] / src / glsl / list.h
index 3ee6cdaa9a97579efa2c9e693cf3c7a1cd50648e..b6c32bcccaf5b8569d748fb5b8ca6867c9048732 100644 (file)
@@ -69,7 +69,7 @@
 #endif
 #include <assert.h>
 
-#include "ralloc.h"
+#include "util/ralloc.h"
 
 struct exec_node {
    struct exec_node *next;