commit | dbc8c16841483f665feeb9df362551b8e9e65263 | [log] [tgz] |
---|---|---|
author | Tim Kilbourn <tkilbourn@google.com> | Tue May 19 15:04:30 2015 -0700 |
committer | Tim Kilbourn <tkilbourn@google.com> | Tue Jun 09 11:16:04 2015 -0700 |
tree | 9113596fcab2b6a25e1c1680a33fc338dda65596 | |
parent | 4f3145d75f5dfc87f07f8ddf6143ba77966f35e4 [diff] [blame] |
Code layout cleanup - Fwd declare where possible - List .h first in the .cpp to verify proper includes - Remove hacky -internal.h file and move testBitInRange to a new component Change-Id: I442248c4b32738c6c2af250f45d4c8822c862e08
diff --git a/modules/input/evdev/InputMapper.cpp b/modules/input/evdev/InputMapper.cpp index 2353a9a..3893125 100644 --- a/modules/input/evdev/InputMapper.cpp +++ b/modules/input/evdev/InputMapper.cpp
@@ -16,6 +16,8 @@ #include "InputMapper.h" +#include "InputHost.h" + namespace android { InputReport* InputMapper::getInputReport() {