From 5eb76fe08b363bd5071bce9dd11643d7cb020791 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 26 Aug 2019 10:43:05 +0900 Subject: [PATCH] Remove unnecessary header include Change-Id: Idb4b3b1ed1aba9f885d803bbd6ecdeb051458866 Signed-off-by: Jihoon Kim --- ism/src/isf_remote_control.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ism/src/isf_remote_control.h b/ism/src/isf_remote_control.h index 39b6aec..f92be4e 100644 --- a/ism/src/isf_remote_control.h +++ b/ism/src/isf_remote_control.h @@ -7,7 +7,6 @@ */ #include -#include #ifdef __cplusplus extern "C" { -- 2.7.4