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
This commit is contained in:
Tim Kilbourn
2015-05-19 15:04:30 -07:00
parent 4f3145d75f
commit dbc8c16841
17 changed files with 221 additions and 143 deletions

View File

@@ -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 {