summaryrefslogtreecommitdiffstats
path: root/ingen/paths.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/paths.hpp')
-rw-r--r--ingen/paths.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/paths.hpp b/ingen/paths.hpp
index 4f46b69a..05496114 100644
--- a/ingen/paths.hpp
+++ b/ingen/paths.hpp
@@ -17,12 +17,12 @@
#ifndef INGEN_PATHS_HPP
#define INGEN_PATHS_HPP
-#include <cstddef>
-#include <string>
-
#include "ingen/URI.hpp"
#include "raul/Path.hpp"
+#include <cstddef>
+#include <string>
+
namespace ingen {
inline URI main_uri() { return URI("ingen:/main"); }