diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-23 08:42:45 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-25 01:33:18 +0000 |
commit | be9cbe2c4d0bc0f65cbe08de2bad3eb6e7f248c0 (patch) | |
tree | b7d22d2b23749993b6448ed77c65752335a219b9 /src/layers.cpp | |
parent | 43ff4c2624e34b9cfbc3f13036fa449b5f46e9b0 (diff) |
Clean: remove useless headers
* Shorten build time
* Remove unnecessary dependencies
Change-Id: I960b2a21124cabc62ef73436fb5a7ab5191c4e0d
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/layers.cpp')
-rw-r--r-- | src/layers.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/layers.cpp b/src/layers.cpp index 4e7af91..92c19bf 100644 --- a/src/layers.cpp +++ b/src/layers.cpp @@ -14,12 +14,9 @@ * limitations under the License. */ -#include <algorithm> #include <regex> -#include "json_helper.hpp" #include "layers.hpp" -#include "util.hpp" #include "hmi-debug.h" namespace wm |