diff options
| author | 2016-12-28 17:11:38 +0000 | |
|---|---|---|
| committer | 2016-12-28 17:11:38 +0000 | |
| commit | 525a5f2da844d1acc9e405fc4935d8a1cb2ece67 (patch) | |
| tree | 73123bf4e82507ca08ec638cba67c909a1535d1c /services/inputflinger/InputApplication.cpp | |
| parent | 20bfa17b2a4bfb76f54aeb9301296d0f19ad1f3c (diff) | |
| parent | 430f62090cefe4630794873e30390433ad3e49a7 (diff) | |
Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h" am: 1efda0b1d6 am: 7e92307cd8
am: 430f62090c
Change-Id: I8bbed9204718da324f0bdeceb7b8156cb315e900
Diffstat (limited to 'services/inputflinger/InputApplication.cpp')
| -rw-r--r-- | services/inputflinger/InputApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/InputApplication.cpp b/services/inputflinger/InputApplication.cpp index a99e637fdf..9e90631840 100644 --- a/services/inputflinger/InputApplication.cpp +++ b/services/inputflinger/InputApplication.cpp @@ -18,7 +18,7 @@ #include "InputApplication.h" -#include <cutils/log.h> +#include <android/log.h> namespace android { |