From d1cd53fa2c28f13d929979b2930dedf69b6a9aff Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Thu, 1 Mar 2018 21:31:15 -0800 Subject: power: Use log/log.h instead of utils/Log.h Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002 --- list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list.c') diff --git a/list.c b/list.c index 30a1694..7b9e4d3 100644 --- a/list.c +++ b/list.c @@ -32,7 +32,7 @@ #include #include "list.h" -#include +#include int init_list_head(struct list_node *head) { -- cgit v1.2.3