projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c7a30
)
xwm: dnd does not need cairo-util.h
author
Pekka Paalanen
<pekka.paalanen@collabora.com>
Fri, 4 Oct 2019 12:43:55 +0000
(15:43 +0300)
committer
Pekka 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
patch
|
blob
|
history
diff --git
a/xwayland/dnd.c
b/xwayland/dnd.c
index 0324a6167f908e15b1f6c395308b4891258a3b4f..e981e818c07ebdf62b8ccd20d3db2827ca6e48da 100644
(file)
--- a/
xwayland/dnd.c
+++ b/
xwayland/dnd.c
@@
-40,7
+40,6
@@
#include <libweston/libweston.h>
#include "xwayland.h"
-#include "cairo-util.h"
#include "hash.h"
struct dnd_data_source {