summaryrefslogtreecommitdiff
path: root/libs/input/PointerController.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2017-01-11 08:30:03 -0800
committerMark Salyzyn <salyzyn@google.com>2017-01-11 08:30:17 -0800
commitdb15537e6e0d35c7ed3b1bef45e421760be70683 (patch)
treea37853e5f3889f478cbcd204b46d1c8c640215f2 /libs/input/PointerController.cpp
parent505d8262ab8702fea19c926bdff4d66bbbaa766a (diff)
parent082a1721b5165420e11319b98eefaa35d0feb844 (diff)
resolve merge conflicts of 082a1721b516 to master
Test: compile Bug: 26552300 Bug: 31289077 Change-Id: I17f178f425975c1c0dbd48091d25b101956d505e
Diffstat (limited to 'libs/input/PointerController.cpp')
-rw-r--r--libs/input/PointerController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/input/PointerController.cpp b/libs/input/PointerController.cpp
index 0b22ad5ba470..7c6046789cdc 100644
--- a/libs/input/PointerController.cpp
+++ b/libs/input/PointerController.cpp
@@ -15,7 +15,6 @@
*/
#define LOG_TAG "PointerController"
-
//#define LOG_NDEBUG 0
// Log debug messages about pointer updates
@@ -23,8 +22,9 @@
#include "PointerController.h"
-#include <cutils/log.h>
+#include <log/log.h>
+// ToDo: Fix code to be warning free
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#include <SkBitmap.h>