From fd91244e8356f1fded735fae8f67d15efaccf6be Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 21 Jun 2017 10:27:45 -0400 Subject: Update everyone to use new headers --- backend/libinput/tablet_tool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/libinput/tablet_tool.c') diff --git a/backend/libinput/tablet_tool.c b/backend/libinput/tablet_tool.c index e8a3bc7d..8cf2933b 100644 --- a/backend/libinput/tablet_tool.c +++ b/backend/libinput/tablet_tool.c @@ -2,11 +2,11 @@ #include #include #include -#include +#include +#include #include #include "backend/libinput.h" #include "common/log.h" -#include "types.h" struct wlr_tablet_tool *wlr_libinput_tablet_tool_create( struct libinput_device *device) { -- cgit v1.2.3