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 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Configuration.hpp') 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, -- cgit v1.2.1