diff options
Diffstat (limited to 'modules/input/evdev/InputDeviceManager.cpp')
-rw-r--r-- | modules/input/evdev/InputDeviceManager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/input/evdev/InputDeviceManager.cpp b/modules/input/evdev/InputDeviceManager.cpp index 46c9dfb7..d50c1aec 100644 --- a/modules/input/evdev/InputDeviceManager.cpp +++ b/modules/input/evdev/InputDeviceManager.cpp @@ -17,10 +17,11 @@ #define LOG_TAG "InputDeviceManager" //#define LOG_NDEBUG 0 +#include "InputDeviceManager.h" + #include <utils/Log.h> #include "InputDevice.h" -#include "InputDeviceManager.h" namespace android { |