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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user