summaryrefslogtreecommitdiffstats
path: root/src/Setting.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Setting.hpp')
-rw-r--r--src/Setting.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Setting.hpp b/src/Setting.hpp
index ce4bd62..90fb124 100644
--- a/src/Setting.hpp
+++ b/src/Setting.hpp
@@ -17,14 +17,13 @@
#ifndef PATCHAGE_SETTING_HPP
#define PATCHAGE_SETTING_HPP
-#include "ClientID.hpp"
#include "Coord.hpp"
-#include "PortID.hpp"
#include "PortType.hpp"
-#include "SignalDirection.hpp"
#include <boost/variant/variant.hpp>
+#include <cstdint>
+
namespace patchage {
namespace setting {