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

@ -5,7 +5,7 @@
*/
#include <assert.h>
#include <cairo/cairo.h>
#include <cairo.h>
#include <drm_fourcc.h>
#include <math.h>
#include "config/rcxml.h"