summaryrefslogtreecommitdiffstats
path: root/include/ingen/runtime_paths.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 17:48:39 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 17:48:39 -0500
commit7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e (patch)
treec1ec4fe4ce9501696b1d55c0b9916f3bd2fd7e68 /include/ingen/runtime_paths.hpp
parentf192b56222efcec60cf4884395ebd0f0ed9f02f2 (diff)
downloadingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.gz
ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.bz2
ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.zip
Use angle brackets for library includes
Diffstat (limited to 'include/ingen/runtime_paths.hpp')
-rw-r--r--include/ingen/runtime_paths.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/runtime_paths.hpp b/include/ingen/runtime_paths.hpp
index 30e877fb..54bda90e 100644
--- a/include/ingen/runtime_paths.hpp
+++ b/include/ingen/runtime_paths.hpp
@@ -17,8 +17,8 @@
#ifndef INGEN_RUNTIME_PATHS_HPP
#define INGEN_RUNTIME_PATHS_HPP
-#include "ingen/FilePath.hpp"
-#include "ingen/ingen.h"
+#include <ingen/FilePath.hpp>
+#include <ingen/ingen.h>
#include <string>
#include <vector>