summaryrefslogtreecommitdiffstats
path: root/ingen/QueuedInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/QueuedInterface.hpp')
-rw-r--r--ingen/QueuedInterface.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/QueuedInterface.hpp b/ingen/QueuedInterface.hpp
index 5c413a42..f45dd3da 100644
--- a/ingen/QueuedInterface.hpp
+++ b/ingen/QueuedInterface.hpp
@@ -17,12 +17,12 @@
#ifndef INGEN_ENGINE_QUEUEDINTERFACE_HPP
#define INGEN_ENGINE_QUEUEDINTERFACE_HPP
-#include <mutex>
-#include <vector>
-
#include "ingen/Interface.hpp"
#include "ingen/Message.hpp"
+#include <mutex>
+#include <vector>
+
namespace ingen {
/** Stores all messages and emits them to a sink on demand.