power: Use log/log.h instead of utils/Log.h

Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002
This commit is contained in:
Ethan Chen
2018-03-01 21:31:15 -08:00
committed by Michael Bestas
parent 0b6459f08e
commit 48bfafcf39
12 changed files with 11 additions and 12 deletions

2
list.c
View File

@@ -31,7 +31,7 @@
#include <stdlib.h>
#include <string.h>
#include <utils/Log.h>
#include <log/log.h>
#include "list.h"
struct list_node* add_list_node(struct list_node* head, void* data) {