aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11_cairo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-29 16:32:32 +0100
committerDavid Robillard <d@drobilla.net>2020-10-30 10:58:30 +0100
commitd7703c822c7b2373615a972f02667287635c667b (patch)
treebbfd978a093bed67ec36f64daebe1043d22caa79 /src/x11_cairo.c
parent09fd11906d65a909bc84c7950f428ea3092dc405 (diff)
downloadpugl-d7703c822c7b2373615a972f02667287635c667b.tar.gz
pugl-d7703c822c7b2373615a972f02667287635c667b.tar.bz2
pugl-d7703c822c7b2373615a972f02667287635c667b.zip
Simplify header names
Diffstat (limited to 'src/x11_cairo.c')
-rw-r--r--src/x11_cairo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11_cairo.c b/src/x11_cairo.c
index f0b38a9..abfabff 100644
--- a/src/x11_cairo.c
+++ b/src/x11_cairo.c
@@ -22,8 +22,8 @@
#include "types.h"
#include "x11.h"
+#include "pugl/cairo.h"
#include "pugl/pugl.h"
-#include "pugl/pugl_cairo.h"
#include <X11/Xutil.h>
#include <cairo-xlib.h>