aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/program/prog_hash_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/program/prog_hash_table.c')
-rw-r--r--mesalib/src/mesa/program/prog_hash_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mesa/program/prog_hash_table.c b/mesalib/src/mesa/program/prog_hash_table.c
index 2445d8434..5592b6fb8 100644
--- a/mesalib/src/mesa/program/prog_hash_table.c
+++ b/mesalib/src/mesa/program/prog_hash_table.c
@@ -29,7 +29,7 @@
*/
#include "main/imports.h"
-#include "main/simple_list.h"
+#include "util/simple_list.h"
#include "hash_table.h"
struct node {