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/Box.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/ganv/Box.hpp') diff --git a/include/ganv/Box.hpp b/include/ganv/Box.hpp index fe24622..b2e0f42 100644 --- a/include/ganv/Box.hpp +++ b/include/ganv/Box.hpp @@ -16,11 +16,11 @@ #ifndef GANV_BOX_HPP #define GANV_BOX_HPP -#include "ganv/Node.hpp" -#include "ganv/box.h" -#include "ganv/node.h" -#include "ganv/types.h" -#include "ganv/wrap.hpp" +#include +#include +#include +#include +#include #include -- cgit v1.2.1