cairo: Replace <cairo/cairo.h> by <cairo.h>

See sway@d45623c2
This commit is contained in:
Johan Malm 2021-06-26 18:28:27 +01:00
parent 1bbaf162c0
commit e05a3c5f65
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <cairo/cairo.h>
#include <cairo.h>
#include <ctype.h>
#include <drm_fourcc.h>
#include <libxml/parser.h>