summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.hpp
diff options
context:
space:
mode:
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;