From 1517992712e995a1e0035436a92c03428d9cf3c8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Nov 2020 14:19:42 +0100 Subject: Clean up includes --- src/Configuration.hpp | 7 +++---- src/JackDbusDriver.hpp | 3 +++ src/Legend.hpp | 1 + src/Queue.hpp | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Configuration.hpp b/src/Configuration.hpp index 7a4452e..3eef1e7 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -1,5 +1,5 @@ /* This file is part of Patchage. - * Copyright 2007-2014 David Robillard + * Copyright 2007-2020 David Robillard * * Patchage is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free @@ -17,13 +17,12 @@ #ifndef PATCHAGE_CONFIGURATION_HPP #define PATCHAGE_CONFIGURATION_HPP -#include +#include +#include #include #include -#include - enum ModuleType { Input, 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 * Copyright 2008 Nedko Arnaudov * * 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 #include #include #include + #include class PatchageEvent; diff --git a/src/Legend.hpp b/src/Legend.hpp index 9b2b63d..03d1e5b 100644 --- a/src/Legend.hpp +++ b/src/Legend.hpp @@ -21,6 +21,7 @@ #include #include +#include class Legend : public Gtk::HBox { diff --git a/src/Queue.hpp b/src/Queue.hpp index 96d267e..f1fef95 100644 --- a/src/Queue.hpp +++ b/src/Queue.hpp @@ -18,6 +18,7 @@ #include #include +#include /** Realtime-safe single-reader single-writer queue */ template -- cgit v1.2.1