diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-07-20 12:01:32 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-05 22:48:37 +0200 |
| commit | 3b9c20f869a2f55bd9953665c9e7fd713db4ff43 (patch) | |
| tree | e7cedff7354612d0dd97e2f0f7584d58bff3b223 /src/gesture-client.c | |
| parent | 49922aacc4e6361e2a11dd2ce8460c80b41ab493 (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/gesture-client.c')
| -rw-r--r-- | src/gesture-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gesture-client.c b/src/gesture-client.c index 3b8eb5d..78328b7 100644 --- a/src/gesture-client.c +++ b/src/gesture-client.c | |||
| @@ -22,11 +22,11 @@ | |||
| 22 | * | 22 | * |
| 23 | ****************************************************************************/ | 23 | ****************************************************************************/ |
| 24 | 24 | ||
| 25 | #include <gesture-client.h> | 25 | #include <grail.h> |
| 26 | #include <gesture-buffer.h> | ||
| 27 | #include <malloc.h> | 26 | #include <malloc.h> |
| 28 | #include <string.h> | 27 | #include <string.h> |
| 29 | #include <errno.h> | 28 | #include <errno.h> |
| 29 | #include "gebuf.h" | ||
| 30 | 30 | ||
| 31 | #define GESTURE_GAP (1000 * 60 * 60) | 31 | #define GESTURE_GAP (1000 * 60 * 60) |
| 32 | 32 | ||
