summaryrefslogtreecommitdiffstats
path: root/include/ingen/Arc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Arc.hpp')
-rw-r--r--include/ingen/Arc.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/ingen/Arc.hpp b/include/ingen/Arc.hpp
index 1d21b65e..d456edfb 100644
--- a/include/ingen/Arc.hpp
+++ b/include/ingen/Arc.hpp
@@ -17,10 +17,12 @@
#ifndef INGEN_ARC_HPP
#define INGEN_ARC_HPP
-#include "ingen/ingen.h"
-#include "raul/Deletable.hpp"
+#include <ingen/ingen.h>
+#include <raul/Deletable.hpp>
-namespace raul { class Path; }
+namespace raul {
+class Path;
+} // namespace raul
namespace ingen {