From f4453d104dcf0742af0949225cada72a6cc65d05 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 21 Jun 2017 12:10:07 -0400 Subject: Reorganize wlr-common --- backend/libinput/touch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backend/libinput/touch.c') diff --git a/backend/libinput/touch.c b/backend/libinput/touch.c index d0048ff0..b19597a3 100644 --- a/backend/libinput/touch.c +++ b/backend/libinput/touch.c @@ -4,9 +4,8 @@ #include #include #include -#include +#include #include "backend/libinput.h" -#include "common/log.h" struct wlr_touch *wlr_libinput_touch_create( struct libinput_device *device) { -- cgit v1.2.3