diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-09-28 10:07:20 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2016-09-30 12:47:05 -0700 |
commit | 66ce3e08c5632a20ea66bde6dd76397041edf034 (patch) | |
tree | e77589e0f6c62e8ac1c8faabe2d9dd2934d3ecee /libpixelflinger/codeflinger/MIPSAssembler.cpp | |
parent | 0dd4431072cce3c62876b728cb20aa5b77b11a8d (diff) | |
download | system_core-66ce3e08c5632a20ea66bde6dd76397041edf034.tar.gz system_core-66ce3e08c5632a20ea66bde6dd76397041edf034.tar.bz2 system_core-66ce3e08c5632a20ea66bde6dd76397041edf034.zip |
system/core Replace cutils/log.h with android/log.h
Should use android/log.h instead of cutils/log.h as a good example
to all others. Adjust header order to comply with Android Coding
standards.
Test: Compile
Bug: 26552300
Bug: 31289077
Change-Id: I2c9cbbbd64d8dccf2d44356361d9742e4a9b9031
Diffstat (limited to 'libpixelflinger/codeflinger/MIPSAssembler.cpp')
-rw-r--r-- | libpixelflinger/codeflinger/MIPSAssembler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpixelflinger/codeflinger/MIPSAssembler.cpp b/libpixelflinger/codeflinger/MIPSAssembler.cpp index ae06a1344..4cddcc85b 100644 --- a/libpixelflinger/codeflinger/MIPSAssembler.cpp +++ b/libpixelflinger/codeflinger/MIPSAssembler.cpp @@ -52,13 +52,13 @@ #include <stdio.h> #include <stdlib.h> -#include <cutils/log.h> -#include <cutils/properties.h> +#include <android/log.h> +#include <cutils/properties.h> #include <private/pixelflinger/ggl_context.h> -#include "MIPSAssembler.h" #include "CodeCache.h" +#include "MIPSAssembler.h" #include "mips_disassem.h" // Choose MIPS arch variant following gcc flags |