summaryrefslogtreecommitdiffstats
path: root/include/ingen/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Parser.hpp')
-rw-r--r--include/ingen/Parser.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ingen/Parser.hpp b/include/ingen/Parser.hpp
index 16ee4070..5834a349 100644
--- a/include/ingen/Parser.hpp
+++ b/include/ingen/Parser.hpp
@@ -17,12 +17,12 @@
#ifndef INGEN_PARSER_HPP
#define INGEN_PARSER_HPP
-#include "ingen/FilePath.hpp"
-#include "ingen/Properties.hpp" // IWYU pragma: keep
-#include "ingen/URI.hpp"
-#include "ingen/ingen.h"
-#include "raul/Path.hpp" // IWYU pragma: keep
-#include "raul/Symbol.hpp" // IWYU pragma: keep
+#include <ingen/FilePath.hpp>
+#include <ingen/Properties.hpp> // IWYU pragma: keep
+#include <ingen/URI.hpp>
+#include <ingen/ingen.h>
+#include <raul/Path.hpp> // IWYU pragma: keep
+#include <raul/Symbol.hpp> // IWYU pragma: keep
#include <optional>
#include <set>