summaryrefslogtreecommitdiffstats
path: root/ingen/Properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Properties.hpp')
-rw-r--r--ingen/Properties.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Properties.hpp b/ingen/Properties.hpp
index d3237cd2..6f1a8494 100644
--- a/ingen/Properties.hpp
+++ b/ingen/Properties.hpp
@@ -17,13 +17,13 @@
#ifndef INGEN_PROPERTIES_HPP
#define INGEN_PROPERTIES_HPP
+#include "ingen/Atom.hpp"
+#include "ingen/URIs.hpp"
+
#include <initializer_list>
#include <map>
#include <utility>
-#include "ingen/Atom.hpp"
-#include "ingen/URIs.hpp"
-
namespace ingen {
/** A property value (an Atom with a context). */