diff options
Diffstat (limited to 'src/x11_cairo.c')
-rw-r--r-- | src/x11_cairo.c | 2 |
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> |