diff options
Diffstat (limited to 'libcutils/tests/PropertiesTest.cpp')
-rw-r--r-- | libcutils/tests/PropertiesTest.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libcutils/tests/PropertiesTest.cpp b/libcutils/tests/PropertiesTest.cpp index f66590bb4..f0cdffdc6 100644 --- a/libcutils/tests/PropertiesTest.cpp +++ b/libcutils/tests/PropertiesTest.cpp @@ -15,16 +15,17 @@ */ #define LOG_TAG "Properties_test" -#include <cutils/log.h> -#include <gtest/gtest.h> -#include <cutils/properties.h> #include <limits.h> -#include <string> -#include <sstream> + #include <iostream> +#include <sstream> +#include <string> +#include <android/log.h> #include <android-base/macros.h> +#include <cutils/properties.h> +#include <gtest/gtest.h> namespace android { |