From b825b0f1affb0511b258aedb2382834a114cf176 Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Mon, 9 Sep 2019 01:22:49 +0300 Subject: [PATCH] evdev-mt-touchpad-tap.c: remove unused includes Signed-off-by: Konstantin Kharlamov --- src/evdev-mt-touchpad-tap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c index a4828499..2610b837 100644 --- a/src/evdev-mt-touchpad-tap.c +++ b/src/evdev-mt-touchpad-tap.c @@ -24,11 +24,8 @@ #include "config.h" #include -#include #include #include -#include -#include #include "evdev-mt-touchpad.h"