diff options
Diffstat (limited to 'include/ganv/Canvas.hpp')
-rw-r--r-- | include/ganv/Canvas.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ganv/Canvas.hpp b/include/ganv/Canvas.hpp index fe94ff9..00f8919 100644 --- a/include/ganv/Canvas.hpp +++ b/include/ganv/Canvas.hpp @@ -16,10 +16,10 @@ #ifndef GANV_CANVAS_HPP #define GANV_CANVAS_HPP -#include "ganv/canvas.h" -#include "ganv/item.h" -#include "ganv/types.h" -#include "ganv/wrap.hpp" +#include <ganv/canvas.h> +#include <ganv/item.h> +#include <ganv/types.h> +#include <ganv/wrap.hpp> #include <cairo.h> #include <gdk/gdk.h> |