summaryrefslogtreecommitdiffstats
path: root/ingen/Store.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Store.hpp')
-rw-r--r--ingen/Store.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/ingen/Store.hpp b/ingen/Store.hpp
index 0607eefa..cf412ce6 100644
--- a/ingen/Store.hpp
+++ b/ingen/Store.hpp
@@ -17,17 +17,16 @@
#ifndef INGEN_STORE_HPP
#define INGEN_STORE_HPP
-#include <cstddef>
-#include <map>
-#include <mutex>
-#include <utility>
-
#include "ingen/ingen.h"
#include "ingen/types.hpp"
#include "raul/Deletable.hpp"
#include "raul/Noncopyable.hpp"
#include "raul/Path.hpp"
+#include <map>
+#include <mutex>
+#include <utility>
+
namespace Raul { class Symbol; }
namespace ingen {