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 <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2019-10-04 15:43:55 +03:00
parent b6c7a3020c
commit acf84fd29f

View file

@ -40,7 +40,6 @@
#include <libweston/libweston.h>
#include "xwayland.h"
#include "cairo-util.h"
#include "hash.h"
struct dnd_data_source {