aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar M Stoeckl <code@mstoeckl.com>2019-01-21 13:01:09 -0500
committerLibravatar M Stoeckl <code@mstoeckl.com>2019-01-21 13:04:15 -0500
commit4b1eaaf731b0e29497edc4c85153f2cf417fb5ce (patch)
tree239b2c3d5212a5663eb3c0868543f505b03d3953 /include
parentFix edge case bug in numlen, dropping use of math.h functions (diff)
downloadsway-4b1eaaf731b0e29497edc4c85153f2cf417fb5ce.tar.gz
sway-4b1eaaf731b0e29497edc4c85153f2cf417fb5ce.tar.zst
sway-4b1eaaf731b0e29497edc4c85153f2cf417fb5ce.zip
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Also remove direct libm dependency where unused.
Diffstat (limited to 'include')
-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 @@
4#include "config.h" 4#include "config.h"
5#include <stdint.h> 5#include <stdint.h>
6#include <cairo/cairo.h> 6#include <cairo/cairo.h>
7#include <wlr/types/wlr_output.h> 7#include <wayland-client-protocol.h>
8#if HAVE_GDK_PIXBUF 8#if HAVE_GDK_PIXBUF
9#include <gdk-pixbuf/gdk-pixbuf.h> 9#include <gdk-pixbuf/gdk-pixbuf.h>
10#endif 10#endif