X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjson_helper.hpp;h=6c9cdab11698bf33e2d95604e8ed798f69e0c7bf;hb=2357c437b260d0d8cb927e6878f1226bfafb9d0b;hp=15d72c33717f054b19e82838eed99a96f3b95446;hpb=074d058a7a483a66af7f8c0b928b321ad483f47c;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 15d72c3..6c9cdab 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH + * Copyright (c) 2017 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,13 +18,13 @@ #define TMCAGLWM_JSON_HELPER_HPP #include "result.hpp" -#include "wayland.hpp" +#include "wayland_ivi_wm.hpp" #include struct json_object; -json_object *to_json(genivi::screen const *s); -json_object *to_json(genivi::controller::props_map const &s); +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