From 2b56936352562dad825c5d889fd99a97435e6618 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 25 Jan 2018 17:11:07 +0900 Subject: [PATCH] pass: hal: Remove duplicate header file Remove the duplicate hal/hal.h header file because pass/pass-hal.h already includes the hal/hal.h header files. Change-Id: I06f6b26835c9efcd663074d502d9f431ddb9422f Signed-off-by: Chanwoo Choi --- src/pass/pass-hal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pass/pass-hal.c b/src/pass/pass-hal.c index f9ddf36..5ddc2a9 100644 --- a/src/pass/pass-hal.c +++ b/src/pass/pass-hal.c @@ -23,7 +23,6 @@ #include #include "pass.h" -#include "hal/hal.h" #include "pass-hal.h" #include "core/common.h" -- 2.7.4