diff options
author | David Robillard <d@drobilla.net> | 2020-11-27 14:19:42 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-27 15:20:08 +0100 |
commit | 1517992712e995a1e0035436a92c03428d9cf3c8 (patch) | |
tree | 5adb0a8a5c4e154c564eac2175aada93118a03dd /src/Configuration.hpp | |
parent | d1b18af7eea09312825a29bc8c6e797a845bdf77 (diff) | |
download | patchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.gz patchage-1517992712e995a1e0035436a92c03428d9cf3c8.tar.bz2 patchage-1517992712e995a1e0035436a92c03428d9cf3c8.zip |
Clean up includes
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r-- | src/Configuration.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
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 <http://drobilla.net> + * Copyright 2007-2020 David Robillard <d@drobilla.net> * * 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 <stdint.h> +#include <boost/optional.hpp> +#include <cstdint> #include <map> #include <string> -#include <boost/optional.hpp> - enum ModuleType { Input, |