summaryrefslogtreecommitdiffstats
path: root/src/PortID.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-15 02:06:56 +0000
committerDavid Robillard <d@drobilla.net>2010-12-15 02:06:56 +0000
commit3379430e15a59a96562e8cdebe7cbf81efc1b3d3 (patch)
treeab6f2dfafb7f78323e47d6de8e5c9dcde9adab71 /src/PortID.hpp
parent9e117275efe6585e2039130a5729bd75c120706e (diff)
downloadpatchage-3379430e15a59a96562e8cdebe7cbf81efc1b3d3.tar.gz
patchage-3379430e15a59a96562e8cdebe7cbf81efc1b3d3.tar.bz2
patchage-3379430e15a59a96562e8cdebe7cbf81efc1b3d3.zip
Clean up code.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2692 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PortID.hpp')
-rw-r--r--src/PortID.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/PortID.hpp b/src/PortID.hpp
index 84cc28e..b3c2eb6 100644
--- a/src/PortID.hpp
+++ b/src/PortID.hpp
@@ -18,15 +18,16 @@
#ifndef PATCHAGE_PORTID_HPP
#define PATCHAGE_PORTID_HPP
+#include <cstring>
+#include <iostream>
+
#include "patchage-config.h"
-#include <iostream>
-#include <cstring>
#ifdef USE_LIBJACK
-#include <jack/jack.h>
+ #include <jack/jack.h>
#endif
#ifdef HAVE_ALSA
-#include <alsa/asoundlib.h>
+ #include <alsa/asoundlib.h>
#endif
#include "PatchagePort.hpp"