From 9bc5853b7d951c879273cecbe2ef6e79fa2528fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 25 Jul 2019 14:13:59 +0200 Subject: Use standard Cairo include paths everywhere Weird convention, that. --- pugl/pugl_x11_cairo.c | 4 ++-- 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 -#include -#include +#include +#include #include #include 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 +#include #include #include -- cgit v1.2.1