diff options
Diffstat (limited to 'modules/hwcomposer/hwcomposer.cpp')
-rw-r--r-- | modules/hwcomposer/hwcomposer.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/hwcomposer/hwcomposer.cpp b/modules/hwcomposer/hwcomposer.cpp index 7b2e278b..fd4e90dd 100644 --- a/modules/hwcomposer/hwcomposer.cpp +++ b/modules/hwcomposer/hwcomposer.cpp @@ -14,15 +14,14 @@ * limitations under the License. */ -#include <hardware/hardware.h> - #include <errno.h> #include <fcntl.h> #include <malloc.h> -#include <cutils/log.h> #include <cutils/atomic.h> +#include <log/log.h> +#include <hardware/hardware.h> #include <hardware/hwcomposer.h> #include <EGL/egl.h> |