diff options
Diffstat (limited to 'examples/pugl_cpp_demo.cpp')
-rw-r--r-- | examples/pugl_cpp_demo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pugl_cpp_demo.cpp b/examples/pugl_cpp_demo.cpp index 37efe45..e6075ff 100644 --- a/examples/pugl_cpp_demo.cpp +++ b/examples/pugl_cpp_demo.cpp @@ -6,9 +6,9 @@ #include "puglutil/test_utils.h" -#include "pugl/gl.hpp" -#include "pugl/pugl.h" -#include "pugl/pugl.hpp" +#include <pugl/gl.hpp> +#include <pugl/pugl.h> +#include <pugl/pugl.hpp> #include <cmath> |