From ce927189a4d455f0c769dcd801dbfa5b6673b2b9 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 17 Feb 2016 11:54:47 -0800 Subject: [PATCH] Remove two bogus libutils dependencies. Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb --- libcutils/tests/PropertiesTest.cpp | 2 +- libpackagelistparser/packagelistparser.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcutils/tests/PropertiesTest.cpp b/libcutils/tests/PropertiesTest.cpp index 659821c2e..22ca7069d 100644 --- a/libcutils/tests/PropertiesTest.cpp +++ b/libcutils/tests/PropertiesTest.cpp @@ -15,7 +15,7 @@ */ #define LOG_TAG "Properties_test" -#include +#include #include #include 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 #define LOG_TAG "packagelistparser" -#include +#include #include