From acf84fd29fce2e417e4abab48c467b5fc82c6cd1 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 4 Oct 2019 15:43:55 +0300 Subject: [PATCH] xwm: dnd does not need cairo-util.h Turns out dnd.c does not actually need cairo-util.h. This was found when unifying the include directives of all shared/ headers. Removing this makes one less place to fix. Signed-off-by: Pekka Paalanen --- xwayland/dnd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xwayland/dnd.c b/xwayland/dnd.c index 0324a616..e981e818 100644 --- a/xwayland/dnd.c +++ b/xwayland/dnd.c @@ -40,7 +40,6 @@ #include #include "xwayland.h" -#include "cairo-util.h" #include "hash.h" struct dnd_data_source {