summaryrefslogtreecommitdiffstats
path: root/include/ganv/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ganv/module.h')
-rw-r--r--include/ganv/module.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/ganv/module.h b/include/ganv/module.h
index 969965b..a610b3a 100644
--- a/include/ganv/module.h
+++ b/include/ganv/module.h
@@ -18,15 +18,14 @@
#ifndef GANV_MODULE_H
#define GANV_MODULE_H
-#include "ganv/types.h"
+#include <ganv/box.h>
+#include <ganv/canvas.h>
+#include <ganv/types.h>
#include <glib-object.h>
#include <glib.h>
#include <gtk/gtk.h>
-#include "ganv/box.h"
-#include "ganv/canvas.h"
-
G_BEGIN_DECLS
#define GANV_TYPE_MODULE (ganv_module_get_type())