From c56dcfff9ab7d8acfb4473863a5f53bc30c73b5c Mon Sep 17 00:00:00 2001 From: EunBong Song Date: Thu, 27 Apr 2017 08:54:27 +0900 Subject: [PATCH] apps/poweroff: fix compilation errors This patch fixes following compilation error: make[2]: Entering directory `/home/ebsong/tizenrt/apps/system/poweroff' ./poweroff.c:57:30: fatal error: arch/board/power.h: No such file or directory #include ^ compilation terminated. Change-Id: I7cdf6e71071a286ab6de2e81ccc81218fc1b0f57 Signed-off-by: EunBong Song --- apps/system/poweroff/poweroff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/system/poweroff/poweroff.c b/apps/system/poweroff/poweroff.c index fb8ce2b..83f2f7e 100644 --- a/apps/system/poweroff/poweroff.c +++ b/apps/system/poweroff/poweroff.c @@ -54,7 +54,6 @@ * Included Files ****************************************************************************/ -#include /**************************************************************************** * Public Functions -- 2.7.4