summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 14:19:42 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 15:20:08 +0100
commit1517992712e995a1e0035436a92c03428d9cf3c8 (patch)
tree5adb0a8a5c4e154c564eac2175aada93118a03dd /src/JackDbusDriver.hpp
parentd1b18af7eea09312825a29bc8c6e797a845bdf77 (diff)
downloadpatchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.gz
patchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.bz2
patchage-1517992712e995a1e0035436a92c03428d9cf3c8.zip
Clean up includes
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r--src/JackDbusDriver.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp
index e3851a3..9015907 100644
--- a/src/JackDbusDriver.hpp
+++ b/src/JackDbusDriver.hpp
@@ -1,4 +1,5 @@
/* This file is part of Patchage.
+ * Copyright 2008-2020 David Robillard <d@drobilla.net>
* Copyright 2008 Nedko Arnaudov <nedko@arnaudov.name>
*
* Patchage is free software: you can redistribute it and/or modify it under
@@ -20,10 +21,12 @@
#include "Driver.hpp"
#include "Patchage.hpp"
#include "PatchageModule.hpp"
+
#include <dbus/dbus.h>
#include <glibmm/thread.h>
#include <jack/jack.h>
#include <jack/statistics.h>
+
#include <string>
class PatchageEvent;