diff options
author | David Robillard <d@drobilla.net> | 2017-12-16 15:44:14 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-16 17:51:21 +0100 |
commit | 2db4b9d3eeff03fff8a75c7fe500fa56da143efc (patch) | |
tree | 4b5e15dffc6725d9c1098bf5f9e00038742d2d00 /ingen | |
parent | b7341fdcb0f10025b725172d7b95ba5b1294b9d3 (diff) | |
download | ingen-2db4b9d3eeff03fff8a75c7fe500fa56da143efc.tar.gz ingen-2db4b9d3eeff03fff8a75c7fe500fa56da143efc.tar.bz2 ingen-2db4b9d3eeff03fff8a75c7fe500fa56da143efc.zip |
Clean up includes
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Interface.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index e396872e..f83cd6f2 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -21,7 +21,6 @@ #ifndef INGEN_INTERFACE_HPP #define INGEN_INTERFACE_HPP -#include <list> #include <string> #include "ingen/Resource.hpp" |