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/PatchagePort.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/PatchagePort.hpp') diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 183eac6..f6c734e 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -18,14 +18,17 @@ #ifndef PATCHAGE_PATCHAGEPORT_HPP #define PATCHAGE_PATCHAGEPORT_HPP -#include "patchage-config.h" #include + #include + #include "flowcanvas/Port.hpp" #include "flowcanvas/Module.hpp" +#include "patchage-config.h" + #ifdef HAVE_ALSA -#include + #include #endif using namespace FlowCanvas; -- cgit v1.2.1