summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index ea9a758..926a939 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -14,14 +14,15 @@
* along with Patchage. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <boost/format.hpp>
+#include "PatchageEvent.hpp"
#include "patchage_config.h"
+
#include "Patchage.hpp"
#include "PatchageCanvas.hpp"
#include "PatchageModule.hpp"
-#include "PatchageEvent.hpp"
#include "Driver.hpp"
+
#if defined(HAVE_JACK_DBUS)
# include "JackDbusDriver.hpp"
#elif defined(PATCHAGE_LIBJACK)
@@ -31,6 +32,8 @@
# include "AlsaDriver.hpp"
#endif
+#include <boost/format.hpp>
+
using std::endl;
using boost::format;