diff options
-rw-r--r-- | pugl/pugl_x11_cairo.c | 4 | ||||
-rw-r--r-- | test/pugl_cairo_test.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl_x11_cairo.c b/pugl/pugl_x11_cairo.c index 8febe46..c62621e 100644 --- a/pugl/pugl_x11_cairo.c +++ b/pugl/pugl_x11_cairo.c @@ -19,8 +19,8 @@ #include "pugl/pugl_x11_cairo.h" #include <X11/Xutil.h> -#include <cairo/cairo-xlib.h> -#include <cairo/cairo.h> +#include <cairo-xlib.h> +#include <cairo.h> #include <stdio.h> #include <stdlib.h> diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c index 47907db..ef7365f 100644 --- a/test/pugl_cairo_test.c +++ b/test/pugl_cairo_test.c @@ -20,7 +20,7 @@ #include "pugl/pugl.h" -#include <cairo/cairo.h> +#include <cairo.h> #include <stdint.h> #include <stdio.h> |