diff options
| author | 2017-01-11 15:24:10 +0000 | |
|---|---|---|
| committer | 2017-01-11 15:24:11 +0000 | |
| commit | e7fcbcb9919e8f1c0fc5935b8a6aeb0b0dec9700 (patch) | |
| tree | 5ead0dab24f15b6ae2c483d1eb2810477ae9c7f8 /libs/hwui/Properties.cpp | |
| parent | 216303cdb60412525a716f4df22140b1a439a4a3 (diff) | |
| parent | 52eb4e01a49fe2e94555c000de38bbcbbb13401b (diff) | |
Merge "Replace cutils/log.h and log/logger.h with log/log.h"
Diffstat (limited to 'libs/hwui/Properties.cpp')
| -rw-r--r-- | libs/hwui/Properties.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 6f68c2bdff80..e04a06a7dcaf 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "Properties.h" +#include "Properties.h" #include "Debug.h" -#include <cutils/compiler.h> -#include <cutils/log.h> -#include <cutils/properties.h> - #include <algorithm> #include <cstdlib> +#include <log/log.h> +#include <cutils/compiler.h> +#include <cutils/properties.h> + namespace android { namespace uirenderer { |