diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 17:42:07 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 17:42:07 -0500 |
commit | 23d5f3731bd0d08a1c732ec025126af56865713f (patch) | |
tree | e208cdca44a3126bfefd37cc4f3bcd29ebfd8a1d /include/ganv/Box.hpp | |
parent | f4d7347f5ac17f208f75ab3da054e5520f60d6f9 (diff) | |
download | ganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.gz ganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.bz2 ganv-23d5f3731bd0d08a1c732ec025126af56865713f.zip |
Use angle brackets for library includes
Diffstat (limited to 'include/ganv/Box.hpp')
-rw-r--r-- | include/ganv/Box.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
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 <ganv/Node.hpp> +#include <ganv/box.h> +#include <ganv/node.h> +#include <ganv/types.h> +#include <ganv/wrap.hpp> #include <glib.h> |