From 7236fee052f52667f116ed83cacb21ed587d0d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Fri, 22 Jan 2016 12:57:47 +0100 Subject: removed unnecessary header from enginefactory.cc --- drumgizmo/enginefactory.cc | 1 - drumgizmo/enginefactory.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'drumgizmo') diff --git a/drumgizmo/enginefactory.cc b/drumgizmo/enginefactory.cc index 121abdd..cb332ed 100644 --- a/drumgizmo/enginefactory.cc +++ b/drumgizmo/enginefactory.cc @@ -27,7 +27,6 @@ #include #include "enginefactory.h" -#include "jackclient.h" EngineFactory::EngineFactory() : input{} diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index c599040..6457ed1 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -65,6 +65,7 @@ class EngineFactory { private: std::list input, output; // available engines + #ifdef USE_JACK std::unique_ptr jack; -- cgit v1.2.3