From 3379430e15a59a96562e8cdebe7cbf81efc1b3d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 02:06:56 +0000 Subject: Clean up code. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2692 a436a847-0d15-0410-975c-d299462d15a1 --- src/PortID.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/PortID.hpp') 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 +#include + #include "patchage-config.h" -#include -#include #ifdef USE_LIBJACK -#include + #include #endif #ifdef HAVE_ALSA -#include + #include #endif #include "PatchagePort.hpp" -- cgit v1.2.1