summaryrefslogtreecommitdiffstats
path: root/src/ganv_bench.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 17:42:07 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 17:42:07 -0500
commit23d5f3731bd0d08a1c732ec025126af56865713f (patch)
treee208cdca44a3126bfefd37cc4f3bcd29ebfd8a1d /src/ganv_bench.cpp
parentf4d7347f5ac17f208f75ab3da054e5520f60d6f9 (diff)
downloadganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.gz
ganv-23d5f3731bd0d08a1c732ec025126af56865713f.tar.bz2
ganv-23d5f3731bd0d08a1c732ec025126af56865713f.zip
Use angle brackets for library includes
Diffstat (limited to 'src/ganv_bench.cpp')
-rw-r--r--src/ganv_bench.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ganv_bench.cpp b/src/ganv_bench.cpp
index 1ad00f2..d1fbf2a 100644
--- a/src/ganv_bench.cpp
+++ b/src/ganv_bench.cpp
@@ -13,11 +13,11 @@
* with Ganv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "ganv/Canvas.hpp"
-#include "ganv/Circle.hpp"
-#include "ganv/Edge.hpp"
-#include "ganv/Module.hpp"
-#include "ganv/Port.hpp"
+#include <ganv/Canvas.hpp>
+#include <ganv/Circle.hpp>
+#include <ganv/Edge.hpp>
+#include <ganv/Module.hpp>
+#include <ganv/Port.hpp>
#include <glibmm/main.h>
#include <gtkmm/layout.h>