xwm: dnd does not need cairo-util.h
authorPekka Paalanen <pekka.paalanen@collabora.com>
Fri, 4 Oct 2019 12:43:55 +0000 (15:43 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Fri, 4 Oct 2019 12:56:19 +0000 (15:56 +0300)
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 <pekka.paalanen@collabora.com>
xwayland/dnd.c

index 0324a6167f908e15b1f6c395308b4891258a3b4f..e981e818c07ebdf62b8ccd20d3db2827ca6e48da 100644 (file)
@@ -40,7 +40,6 @@
 #include <libweston/libweston.h>
 #include "xwayland.h"
 
-#include "cairo-util.h"
 #include "hash.h"
 
 struct dnd_data_source {