projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece26cf
)
tools: local headers use quotes, not pointy brackets
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 14 Nov 2016 06:32:16 +0000
(16:32 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 14 Dec 2016 05:19:37 +0000
(15:19 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/ptraccel-debug.c
patch
|
blob
|
history
diff --git
a/tools/ptraccel-debug.c
b/tools/ptraccel-debug.c
index c0bdef0027aa8aee2d214c75d462f64ee713eeb9..e7571f3518f9e2f12bdaeb90376e7a7981793fc5 100644
(file)
--- a/
tools/ptraccel-debug.c
+++ b/
tools/ptraccel-debug.c
@@
-32,8
+32,8
@@
#include <string.h>
#include <unistd.h>
-#include
<filter.h>
-#include
<libinput-util.h>
+#include
"filter.h"
+#include
"libinput-util.h"
static void
print_ptraccel_deltas(struct motion_filter *filter, double step)