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

@@ -14,8 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "InputHub_test"
//#define LOG_NDEBUG 0
#include "InputDevice.h"
#include <memory>
@@ -25,7 +24,6 @@
#include <utils/Timers.h>
#include "InputDevice.h"
#include "InputHub.h"
#include "InputMocks.h"
#include "MockInputHost.h"