From: Pekka Paalanen Date: Fri, 4 Oct 2019 12:43:55 +0000 (+0300) Subject: xwm: dnd does not need cairo-util.h X-Git-Tag: upstream/9.0.0~367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acf84fd29fce2e417e4abab48c467b5fc82c6cd1;p=platform%2Fupstream%2Fweston.git 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 --- 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 {