aboutsummaryrefslogtreecommitdiff
path: root/common/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/json.h')
-rw-r--r--common/json.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/json.h b/common/json.h
index 64a1e03c5e..5114947966 100644
--- a/common/json.h
+++ b/common/json.h
@@ -47,10 +47,10 @@
#ifndef COMMON_JSON_H
#define COMMON_JSON_H
-#include "array.h"
-#include "hashmap.h"
-#include "hash-str.h"
-#include "str.h"
+#include "common/array.h"
+#include "common/hashmap.h"
+#include "common/hash-str.h"
+#include "common/str.h"
// Win32 incompatibilities
#if defined(WIN32) && !defined(__GNUC__)