Clean: remove useless headers
[apps/agl-service-windowmanager.git] / src / json_helper.hpp
index 15d72c3..125473e 100644 (file)
@@ -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.
 #ifndef TMCAGLWM_JSON_HELPER_HPP
 #define TMCAGLWM_JSON_HELPER_HPP
 
-#include "result.hpp"
-#include "wayland.hpp"
-#include <json.hpp>
+#include "../include/json.hpp"
+#include "wayland_ivi_wm.hpp"
 
 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<uint32_t> const &v);
 
-#endif  // TMCAGLWM_JSON_HELPER_HPP
+#endif // TMCAGLWM_JSON_HELPER_HPP