diff options
| author | 2017-01-11 15:40:24 +0000 | |
|---|---|---|
| committer | 2017-01-11 15:40:24 +0000 | |
| commit | ef8ccc8510d2c66c4807f15962c3d53235af5fc5 (patch) | |
| tree | eeed237443ea2350067ec9501fde2d07c65b2f39 /libs/androidfw/include | |
| parent | d544a4c682232f5bd3ae5d6eb5a11c978ddcf6aa (diff) | |
| parent | 6143cbf1e5ab5e879044748c497e05b36ad4c36a (diff) | |
Merge "Replace cutils/log.h and log/logger.h with log/log.h" am: e7fcbcb991
am: 6143cbf1e5
Change-Id: Id192d8dd973fe9e70acab72bae9856bc8a62ac75
Diffstat (limited to 'libs/androidfw/include')
| -rw-r--r-- | libs/androidfw/include/androidfw/CursorWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/include/androidfw/CursorWindow.h b/libs/androidfw/include/androidfw/CursorWindow.h index 8a2979a3756d..f54356576551 100644 --- a/libs/androidfw/include/androidfw/CursorWindow.h +++ b/libs/androidfw/include/androidfw/CursorWindow.h @@ -17,11 +17,11 @@ #ifndef _ANDROID__DATABASE_WINDOW_H #define _ANDROID__DATABASE_WINDOW_H -#include <cutils/log.h> #include <stddef.h> #include <stdint.h> #include <binder/Parcel.h> +#include <log/log.h> #include <utils/String8.h> #if LOG_NDEBUG |