summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-16 08:45:46 +0000
committerDavid Robillard <d@drobilla.net>2008-12-16 08:45:46 +0000
commit548584572ef2d755391dd3b2e2f901453ddc1016 (patch)
tree981b0f19d78d377b690cdf8a5bb15702b0eeacf9 /src/PatchageEvent.hpp
parent69062548585040d7b52ce2808921bdee955814b7 (diff)
downloadpatchage-548584572ef2d755391dd3b2e2f901453ddc1016.tar.gz
patchage-548584572ef2d755391dd3b2e2f901453ddc1016.tar.bz2
patchage-548584572ef2d755391dd3b2e2f901453ddc1016.zip
Trim include dependency tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1870 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r--src/PatchageEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp
index 2971651..d1e59a6 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -18,11 +18,11 @@
#ifndef PATCHAGE_PATCHAGEEVENT_HPP
#define PATCHAGE_PATCHAGEEVENT_HPP
+#include "config.h"
#include <cstring>
#ifdef USE_LIBJACK
#include <jack/jack.h>
#endif
-#include "config.h"
#ifdef HAVE_ALSA
#include <alsa/asoundlib.h>
#endif