summaryrefslogtreecommitdiff
path: root/src/touch-engine.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@bitmath.org>2010-07-20 12:01:32 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-05 22:48:37 +0200
commit3b9c20f869a2f55bd9953665c9e7fd713db4ff43 (patch)
treee7cedff7354612d0dd97e2f0f7584d58bff3b223 /src/touch-engine.c
parent49922aacc4e6361e2a11dd2ce8460c80b41ab493 (diff)
Merge in fix of dev package. This patch moves header files around, and does not contain any logic changes.
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'src/touch-engine.c')
-rw-r--r--src/touch-engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch-engine.c b/src/touch-engine.c
index b6774f3..a3830a9 100644
--- a/src/touch-engine.c
+++ b/src/touch-engine.c
@@ -22,7 +22,7 @@
22 * 22 *
23 ****************************************************************************/ 23 ****************************************************************************/
24 24
25#include <touch-engine.h> 25#include <grail-touch.h>
26#include <string.h> 26#include <string.h>
27 27
28static void tp_event(struct touch_dev *dev, const struct input_event *ev) 28static void tp_event(struct touch_dev *dev, const struct input_event *ev)