data tree FEATURE initial implementation of YANG data support
diff --git a/src/hash_table.c b/src/hash_table.c
index 11ca8f3..5e48332 100644
--- a/src/hash_table.c
+++ b/src/hash_table.c
@@ -12,14 +12,14 @@
  *     https://opensource.org/licenses/BSD-3-Clause
  */
 
+#include "common.h"
+
 #include <string.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <pthread.h>
 #include <assert.h>
 
-#include "common.h"
-#include "context.h"
 #include "hash_table.h"
 
 static int