diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-01-21 13:01:09 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-01-21 13:01:09 -0500 |
| commit | 291855cc38f9f65fad6c5825a59c49ea447d8536 (patch) | |
| tree | 239b2c3d5212a5663eb3c0868543f505b03d3953 /include/cairo.h | |
| parent | 5279798a32ab2e36ec30aa99820f348ec6f591f4 (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.h | 2 |
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 |
