From 23d5f3731bd0d08a1c732ec025126af56865713f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 17:42:07 -0500 Subject: Use angle brackets for library includes --- include/ganv/module.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/ganv/module.h') 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 +#include +#include #include #include #include -#include "ganv/box.h" -#include "ganv/canvas.h" - G_BEGIN_DECLS #define GANV_TYPE_MODULE (ganv_module_get_type()) -- cgit v1.2.1