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.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include/ganv/Module.hpp') diff --git a/include/ganv/Module.hpp b/include/ganv/Module.hpp index 8beea60..ba263fb 100644 --- a/include/ganv/Module.hpp +++ b/include/ganv/Module.hpp @@ -16,14 +16,14 @@ #ifndef GANV_MODULE_HPP #define GANV_MODULE_HPP -#include "ganv/Box.hpp" -#include "ganv/Canvas.hpp" -#include "ganv/Port.hpp" -#include "ganv/box.h" -#include "ganv/item.h" -#include "ganv/module.h" -#include "ganv/types.h" -#include "ganv/wrap.hpp" +#include +#include +#include +#include +#include +#include +#include +#include #include #include -- cgit v1.2.1