summaryrefslogtreecommitdiffstats
path: root/libpackagelistparser
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-02-17 11:54:47 -0800
committerElliott Hughes <enh@google.com>2016-02-17 11:54:47 -0800
commitce927189a4d455f0c769dcd801dbfa5b6673b2b9 (patch)
tree9c9835abd6d286d704afb578210073b3b8d54922 /libpackagelistparser
parent2773d4f96a8e9f06710e36f7c33459eeaa5cb23a (diff)
downloadsystem_core-ce927189a4d455f0c769dcd801dbfa5b6673b2b9.tar.gz
system_core-ce927189a4d455f0c769dcd801dbfa5b6673b2b9.tar.bz2
system_core-ce927189a4d455f0c769dcd801dbfa5b6673b2b9.zip
Remove two bogus libutils dependencies.
Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
Diffstat (limited to 'libpackagelistparser')
-rw-r--r--libpackagelistparser/packagelistparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpackagelistparser/packagelistparser.c b/libpackagelistparser/packagelistparser.c
index 16052e299..e3090277e 100644
--- a/libpackagelistparser/packagelistparser.c
+++ b/libpackagelistparser/packagelistparser.c
@@ -27,7 +27,7 @@
#include <sys/limits.h>
#define LOG_TAG "packagelistparser"
-#include <utils/Log.h>
+#include <cutils/log.h>
#include <packagelistparser/packagelistparser.h>