summaryrefslogtreecommitdiffstats
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r--src/Configuration.hpp7
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,