summaryrefslogtreecommitdiffstats
path: root/src/Drivers.hpp
diff options
context:
space:
mode:
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