From 40e71c72337f37dbab2220ec6f5b59425f7e51e8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 23:20:33 -0400 Subject: Clean up includes --- src/Setting.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Setting.hpp') 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 +#include + namespace patchage { namespace setting { -- cgit v1.2.1