From be9cbe2c4d0bc0f65cbe08de2bad3eb6e7f248c0 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sat, 23 Jun 2018 08:42:45 +0900 Subject: Clean: remove useless headers * Shorten build time * Remove unnecessary dependencies Change-Id: I960b2a21124cabc62ef73436fb5a7ab5191c4e0d Signed-off-by: Kazumasa Mitsunari --- src/app.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/app.hpp') diff --git a/src/app.hpp b/src/app.hpp index a0da1ba..0db2e06 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -18,18 +18,15 @@ #define TMCAGLWM_APP_HPP #include - #include #include #include -#include #include #include "config.hpp" #include "controller_hooks.hpp" #include "layers.hpp" #include "layout.hpp" #include "policy.hpp" -#include "result.hpp" #include "wayland_ivi_wm.hpp" #include "hmi-debug.h" -- cgit 1.2.3-korg