summaryrefslogtreecommitdiffstats
path: root/src/engine/JackDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-08 19:51:22 +0000
committerDavid Robillard <d@drobilla.net>2011-01-08 19:51:22 +0000
commit2238842f9419c5cee8be74b3d4cb4ede8e816f16 (patch)
tree70083a5a11704458e81771d51bb573210e33c669 /src/engine/JackDriver.hpp
parenta7b46a0695acfa55d591b0e5ce585d9f92fdad3e (diff)
downloadingen-2238842f9419c5cee8be74b3d4cb4ede8e816f16.tar.gz
ingen-2238842f9419c5cee8be74b3d4cb4ede8e816f16.tar.bz2
ingen-2238842f9419c5cee8be74b3d4cb4ede8e816f16.zip
Clean up code (cpplint).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2800 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/JackDriver.hpp')
-rw-r--r--src/engine/JackDriver.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp
index b3184f59..1d47a8fc 100644
--- a/src/engine/JackDriver.hpp
+++ b/src/engine/JackDriver.hpp
@@ -18,14 +18,18 @@
#ifndef INGEN_ENGINE_JACKAUDIODRIVER_HPP
#define INGEN_ENGINE_JACKAUDIODRIVER_HPP
+#include <string>
+
#include <jack/jack.h>
#include <jack/transport.h>
+
#include "raul/AtomicInt.hpp"
#include "raul/List.hpp"
#include "raul/Semaphore.hpp"
#include "raul/Thread.hpp"
-#include "Driver.hpp"
+
#include "Buffer.hpp"
+#include "Driver.hpp"
#include "ProcessContext.hpp"
namespace Raul { class Path; }