aboutsummaryrefslogtreecommitdiffstats
path: root/src/json_helper.cpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-22 13:20:17 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-22 13:20:17 +0900
commit58da0c77b98af1b771e4af28b42d0a3ddec09877 (patch)
treeb82ebfacbbeb3fe7f966e66c2c1a308a2f87958a /src/json_helper.cpp
parent838d50406889ecd96271153ed9ec3a8160bcfe16 (diff)
Remove hmi-debug.h
To reduce warning message, integrates hmi-debug into util. Change-Id: Ibb83db196be8c0d6ff0a8d503978b3bef7b1e870 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/json_helper.cpp')
-rw-r--r--src/json_helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json_helper.cpp b/src/json_helper.cpp
index b97f21d..836e9e7 100644
--- a/src/json_helper.cpp
+++ b/src/json_helper.cpp
@@ -15,7 +15,7 @@
*/
#include "json_helper.hpp"
-#include "hmi-debug.h"
+#include "util.hpp"
#include <json.h>