diff options
Diffstat (limited to 'examples/pugl_print_events.c')
-rw-r--r-- | examples/pugl_print_events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pugl_print_events.c b/examples/pugl_print_events.c index 7f5fe21..0ec4e65 100644 --- a/examples/pugl_print_events.c +++ b/examples/pugl_print_events.c @@ -3,8 +3,8 @@ #include "puglutil/test_utils.h" -#include "pugl/pugl.h" -#include "pugl/stub.h" +#include <pugl/pugl.h> +#include <pugl/stub.h> #include <stdbool.h> #include <stdio.h> |