summaryrefslogtreecommitdiffstats
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r--src/Configuration.hpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Configuration.hpp b/src/Configuration.hpp
index 71c6d84..c39ab01 100644
--- a/src/Configuration.hpp
+++ b/src/Configuration.hpp
@@ -17,19 +17,14 @@
#ifndef PATCHAGE_CONFIGURATION_HPP
#define PATCHAGE_CONFIGURATION_HPP
+#include "SignalDirection.hpp"
+
#include <boost/optional.hpp>
#include <cstdint>
#include <map>
#include <string>
-enum class SignalDirection
-{
- input,
- output,
- duplex,
-};
-
enum class PortType
{
jack_audio,