summaryrefslogtreecommitdiffstats
path: root/src/Drivers.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-22 09:53:27 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 09:53:27 -0400
commite8eb8e659f55ab9f68fb6bb3a68c72300c81325a (patch)
tree052854f41a415b92c2c45decf8e107e641c52fd6 /src/Drivers.hpp
parent0b1702f891ff8283e1d51e453890766a0e878d6b (diff)
downloadpatchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.tar.gz
patchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.tar.bz2
patchage-e8eb8e659f55ab9f68fb6bb3a68c72300c81325a.zip
Clean up includes and forward declarations
Diffstat (limited to 'src/Drivers.hpp')
-rw-r--r--src/Drivers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Drivers.hpp b/src/Drivers.hpp
index eea0fbc..6bb9eb4 100644
--- a/src/Drivers.hpp
+++ b/src/Drivers.hpp
@@ -5,7 +5,6 @@
#define PATCHAGE_DRIVERS_HPP
#include "AudioDriver.hpp"
-#include "ClientType.hpp"
#include "Driver.hpp"
#include <memory>
@@ -13,6 +12,7 @@
namespace patchage {
class ILog;
+enum class ClientType;
/// Manager for all drivers
class Drivers