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