From d86daa0859f557e7a3d296124edec8ed5df6d8a2 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 28 Jul 2023 10:56:49 +0900 Subject: [PATCH] libtizen: Remove the including lcd header Remove the including lcd header. lcd header was removed since v2023.01. Change-Id: I47121000f1c23d00832a255c57c8ecd326ed9b5d Signed-off-by: Jaehoon Chung --- include/libtizen.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libtizen.h b/include/libtizen.h index 21b7b4a..e80a6eb 100644 --- a/include/libtizen.h +++ b/include/libtizen.h @@ -7,8 +7,6 @@ #ifndef _LIBTIZEN_H_ #define _LIBTIZEN_H_ -#include - #define HD_RESOLUTION 0 #ifdef CONFIG_LCD -- 2.7.4