diff options
author | David Robillard <d@drobilla.net> | 2010-12-15 02:06:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-15 02:06:56 +0000 |
commit | 3379430e15a59a96562e8cdebe7cbf81efc1b3d3 (patch) | |
tree | ab6f2dfafb7f78323e47d6de8e5c9dcde9adab71 /src/PatchageCanvas.hpp | |
parent | 9e117275efe6585e2039130a5729bd75c120706e (diff) | |
download | patchage-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/PatchageCanvas.hpp')
-rw-r--r-- | src/PatchageCanvas.hpp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 57af310..66daf90 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -18,14 +18,18 @@ #ifndef PATCHAGE_PATCHAGECANVAS_HPP #define PATCHAGE_PATCHAGECANVAS_HPP -#include "patchage-config.h" #include <string> + +#include "patchage-config.h" + #ifdef HAVE_ALSA -#include <alsa/asoundlib.h> + #include <alsa/asoundlib.h> #endif + #include "flowcanvas/Canvas.hpp" -#include "StateManager.hpp" + #include "PatchageEvent.hpp" +#include "StateManager.hpp" class Patchage; class PatchageModule; |