commit | ce927189a4d455f0c769dcd801dbfa5b6673b2b9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 17 11:54:47 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 17 11:54:47 2016 -0800 |
tree | 9c9835abd6d286d704afb578210073b3b8d54922 | |
parent | 2773d4f96a8e9f06710e36f7c33459eeaa5cb23a [diff] [blame] |
Remove two bogus libutils dependencies. Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
diff --git a/libcutils/tests/PropertiesTest.cpp b/libcutils/tests/PropertiesTest.cpp index 659821c..22ca706 100644 --- a/libcutils/tests/PropertiesTest.cpp +++ b/libcutils/tests/PropertiesTest.cpp
@@ -15,7 +15,7 @@ */ #define LOG_TAG "Properties_test" -#include <utils/Log.h> +#include <cutils/log.h> #include <gtest/gtest.h> #include <cutils/properties.h>