diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-09-30 22:13:00 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-09-30 22:13:00 +0000 |
commit | 0308b0eabd1b484819c507f99e919e4a49f7fbc3 (patch) | |
tree | 087c46723f4b62ff179285a264ae437043120f2f /include | |
parent | 16f77860326dbcc9a34e0b7e3eab3ca8a2027e76 (diff) | |
parent | cac331afd9bbea1730d001b3c246262f76e2ba78 (diff) | |
download | system_core-0308b0eabd1b484819c507f99e919e4a49f7fbc3.tar.gz system_core-0308b0eabd1b484819c507f99e919e4a49f7fbc3.tar.bz2 system_core-0308b0eabd1b484819c507f99e919e4a49f7fbc3.zip |
system/core Replace log/log.h with android/log.h am: ff2dcd9af9
am: cac331afd9
Change-Id: I95c6a64bc35a041688303fcee4d506865d0a19a4
Diffstat (limited to 'include')
-rw-r--r-- | include/log/logprint.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/log/logprint.h b/include/log/logprint.h index 45230cd6a..b8d8d4ccb 100644 --- a/include/log/logprint.h +++ b/include/log/logprint.h @@ -17,10 +17,11 @@ #ifndef _LOGPRINT_H #define _LOGPRINT_H +#include <pthread.h> + #include <android/log.h> -#include <log/logger.h> #include <log/event_tag_map.h> -#include <pthread.h> +#include <log/logger.h> #ifdef __cplusplus extern "C" { |