validation CHANGE use a generic hash table implementation
diff --git a/src/context.c b/src/context.c
index 8c0925e..04a5684 100644
--- a/src/context.c
+++ b/src/context.c
@@ -25,7 +25,7 @@
 
 #include "common.h"
 #include "context.h"
-#include "dict_private.h"
+#include "hash_table.h"
 #include "parser.h"
 #include "tree_internal.h"
 #include "resolve.h"