From ff88de5cd38b5b51bad0e63d373d66745f1f8d31 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 16 Jun 2010 02:27:32 +0200 Subject: refactor: Move files Move all headers into include, separate source files into modules match, mtdev, src and driver, move some common definitions to common.h, and include define support for the MT slot protocol. This patch does not introduce any logical changes. Signed-off-by: Henrik Rydberg --- src/hwstate.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/hwstate.c') diff --git a/src/hwstate.c b/src/hwstate.c index a68b81a..81f4b8b 100644 --- a/src/hwstate.c +++ b/src/hwstate.c @@ -20,8 +20,6 @@ **************************************************************************/ #include "hwstate.h" -#include -#include #define NOTOUCH(hw, c) ((hw)->touch_major == 0 && (c)->has_touch_major) -- cgit v1.2.3