From 3d69f2f0440ee81f138841c64a403d8bb9ce71e3 Mon Sep 17 00:00:00 2001 From: hj kim Date: Mon, 5 Feb 2018 16:01:41 +0900 Subject: [PATCH] Remove useless header include (fix build error) Change-Id: I1999c6306ca004bb97c296563692a33404bfaac9 --- src/thumbnail_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thumbnail_util.c b/src/thumbnail_util.c index 2e073f2..d93120c 100755 --- a/src/thumbnail_util.c +++ b/src/thumbnail_util.c @@ -26,7 +26,6 @@ #include #include #include -#include #define MAX_SIZE 16 #define MAX_PATH_SIZE 4096 -- 2.34.1