aboutsummaryrefslogtreecommitdiffstats
path: root/src/json_helper.hpp
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-10-24 11:27:39 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-24 11:27:39 +0000
commitb1f7a756ff0fce7ff38d24b256476902f748be0b (patch)
tree83d575e2d37161bdeeaeae12effde1904ae4da8b /src/json_helper.hpp
parent5a2494b3b0f2b3f2bc885ab6d4b55f1d5d5822c9 (diff)
parent6819f403a6b8a1ab5e8cdffd9fd1460d49045059 (diff)
Merge "Refactor : Hide wayland operations from Window Manager"
Diffstat (limited to 'src/json_helper.hpp')
-rw-r--r--src/json_helper.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/json_helper.hpp b/src/json_helper.hpp
index 2321f8b..6ccbcc1 100644
--- a/src/json_helper.hpp
+++ b/src/json_helper.hpp
@@ -19,12 +19,9 @@
#include <json-c/json.h>
#include <vector>
-#include "wayland_ivi_wm.hpp"
struct json_object;
-json_object *to_json(compositor::screen const *s);
-json_object *to_json(compositor::controller::props_map const &s);
json_object *to_json(std::vector<uint32_t> const &v);
namespace jh {