From 24876db0da69f40ea3a4ab1c61fb2d1721e8ff87 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Fri, 22 Dec 2017 15:46:24 +0000 Subject: Fix build error in gcc 7.2 error "Never include directly; use instead." Bug-AGL: SPEC-1181 Change-Id: If877322cc0d7a20854f9ef0284b005675096826c Signed-off-by: Changhyeok Bae --- src/app.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.cpp b/src/app.cpp index 164ea21..bf84b22 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -29,7 +29,6 @@ #include #include -#include #include #include #include -- cgit 1.2.3-korg