X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjson_helper.hpp;h=125473ee9f9fa78908dd43ec1704e1bc48cbd618;hb=be9cbe2c4d0bc0f65cbe08de2bad3eb6e7f248c0;hp=73f79d28cede05e6654611867b3a0d800d6c39d2;hpb=4e1f6616b5ce24022f088943912e4b98e7764100;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 73f79d2..125473e 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. @@ -17,9 +17,8 @@ #ifndef TMCAGLWM_JSON_HELPER_HPP #define TMCAGLWM_JSON_HELPER_HPP -#include "result.hpp" -#include "wayland.hpp" -#include +#include "../include/json.hpp" +#include "wayland_ivi_wm.hpp" struct json_object; @@ -27,4 +26,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