diff options
| author | 2016-12-28 16:48:57 +0000 | |
|---|---|---|
| committer | 2016-12-28 16:48:57 +0000 | |
| commit | 1efda0b1d68682116cca9e7e6ab513ae59d60d8b (patch) | |
| tree | d733d77cbafe352fd20935eab60435a365beb8af /opengl/libagl/egl.cpp | |
| parent | c47aa53c84cc7ac0194057c3afac005437d5ae2b (diff) | |
| parent | a5e161b1207ef447a51e99856097d69d4a6111e1 (diff) | |
Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h"
Diffstat (limited to 'opengl/libagl/egl.cpp')
| -rw-r--r-- | opengl/libagl/egl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp index c1efd1cae6..bb20409819 100644 --- a/opengl/libagl/egl.cpp +++ b/opengl/libagl/egl.cpp @@ -18,16 +18,16 @@ #include <assert.h> #include <atomic> #include <errno.h> -#include <stdlib.h> +#include <fcntl.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> -#include <unistd.h> -#include <fcntl.h> #include <sys/ioctl.h> #include <sys/types.h> #include <sys/mman.h> +#include <unistd.h> -#include <cutils/log.h> +#include <android/log.h> #include <utils/threads.h> #include <ui/ANativeObjectBase.h> |