mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 10:20:07 +01:00
tools: local headers use quotes, not pointy brackets
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ece26cfb70
commit
3be2a591a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue