aboutsummaryrefslogtreecommitdiff
path: root/include/cairo.h
diff options
context:
space:
mode:
authorM Stoeckl <code@mstoeckl.com>2019-01-21 13:01:09 -0500
committerM Stoeckl <code@mstoeckl.com>2019-01-21 13:04:15 -0500
commit4b1eaaf731b0e29497edc4c85153f2cf417fb5ce (patch)
tree239b2c3d5212a5663eb3c0868543f505b03d3953 /include/cairo.h
parentc040defd5f5cf5beed264dd057097625d9c0d423 (diff)
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
Diffstat (limited to 'include/cairo.h')
-rw-r--r--include/cairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cairo.h b/include/cairo.h
index f28c072f..d1b9b8d7 100644
--- a/include/cairo.h
+++ b/include/cairo.h
@@ -4,7 +4,7 @@
#include "config.h"
#include <stdint.h>
#include <cairo/cairo.h>
-#include <wlr/types/wlr_output.h>
+#include <wayland-client-protocol.h>
#if HAVE_GDK_PIXBUF
#include <gdk-pixbuf/gdk-pixbuf.h>
#endif