From cf1c161a0209cdce869a3e8c3b48b1d53c1bab00 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Jul 2007 06:48:02 +0000 Subject: Removed recursive autohell, except for SLv2. Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/ingen@610 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/LashDriver.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libs/engine/LashDriver.cpp') diff --git a/src/libs/engine/LashDriver.cpp b/src/libs/engine/LashDriver.cpp index 72090e70..452af1f0 100644 --- a/src/libs/engine/LashDriver.cpp +++ b/src/libs/engine/LashDriver.cpp @@ -15,14 +15,14 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "LashDriver.h" -#include "config.h" #include #include #include +#include "config/config.h" +#include "LashDriver.h" +#include "App.h" -using std::cerr; using std::cout; using std::endl; -using std::string; +using namespace std; namespace Ingen { -- cgit v1.2.1