aboutsummaryrefslogtreecommitdiffstats
path: root/src/json_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/json_helper.hpp')
-rw-r--r--src/json_helper.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/json_helper.hpp b/src/json_helper.hpp
index 22ec3e6..408a701 100644
--- a/src/json_helper.hpp
+++ b/src/json_helper.hpp
@@ -17,13 +17,10 @@
#ifndef TMCAGLWM_JSON_HELPER_HPP
#define TMCAGLWM_JSON_HELPER_HPP
-#include "result.hpp"
+
#include "wayland_ivi_wm.hpp"
#include <json-c/json.h>
-#include <json.hpp>
-
-struct json_object;
json_object *to_json(compositor::screen const *s);
json_object *to_json(compositor::controller::props_map const &s);