From a3857b4bece1aa24444e66cb7cd8782d21810ecc Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Mon, 9 Sep 2019 00:30:52 +0300 Subject: [PATCH] filter-flat.c: remove unused includes Signed-off-by: Konstantin Kharlamov --- src/filter-flat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/filter-flat.c b/src/filter-flat.c index 1aa0bef8..b07542ef 100644 --- a/src/filter-flat.c +++ b/src/filter-flat.c @@ -29,8 +29,6 @@ #include #include #include -#include -#include #include "filter.h" #include "libinput-util.h"