From 9ed6efc808cb57555f89f08475df70fd4f8b630b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Nov 2006 01:00:47 +0000 Subject: Fixes for building without ALSA (eg on OSX) git-svn-id: http://svn.drobilla.net/lad/patchage@200 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/AlsaDriver.cpp') diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index ef2428a..84c2bbc 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -17,8 +17,6 @@ #include #include #include -#include -#include #include "PatchageFlowCanvas.h" #include "AlsaDriver.h" #include "Patchage.h" @@ -525,3 +523,4 @@ AlsaDriver::m_refresh_main() } } } + -- cgit v1.2.1