summaryrefslogtreecommitdiffstats
path: root/src/Setting.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 23:20:33 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 23:22:40 -0400
commit40e71c72337f37dbab2220ec6f5b59425f7e51e8 (patch)
treea1c87418891db0dcba173c4bf09e0bca54092f8e /src/Setting.hpp
parentd9c59e88cd521f5dee4f39c46fad4c1835591199 (diff)
downloadpatchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.tar.gz
patchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.tar.bz2
patchage-40e71c72337f37dbab2220ec6f5b59425f7e51e8.zip
Clean up includes
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 {