X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjson_helper.hpp;h=6c9cdab11698bf33e2d95604e8ed798f69e0c7bf;hb=2357c437b260d0d8cb927e6878f1226bfafb9d0b;hp=687fd8949e59ad5c475c24e5581e3733afc5389b;hpb=afd5c59cdfeeb142feb57afe7d3d47f5f83fda45;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 687fd89..6c9cdab 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -18,7 +18,7 @@ #define TMCAGLWM_JSON_HELPER_HPP #include "result.hpp" -#include "wayland.hpp" +#include "wayland_ivi_wm.hpp" #include struct json_object; @@ -27,4 +27,4 @@ json_object *to_json(compositor::screen const *s); json_object *to_json(compositor::controller::props_map const &s); json_object *to_json(std::vector const &v); -#endif // TMCAGLWM_JSON_HELPER_HPP +#endif // TMCAGLWM_JSON_HELPER_HPP