diff options
author | David Robillard <d@drobilla.net> | 2014-03-30 23:41:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-03-30 23:41:21 +0000 |
commit | 59780bd8f9abf376a79ee192325ae868df7d1b5a (patch) | |
tree | 5959bf08a7eea9461659b2714053dd0daead04f6 /src/PatchagePort.hpp | |
parent | 77448bc7507c26b964a9159fa1e4035487ccc326 (diff) | |
download | patchage-59780bd8f9abf376a79ee192325ae868df7d1b5a.tar.gz patchage-59780bd8f9abf376a79ee192325ae868df7d1b5a.tar.bz2 patchage-59780bd8f9abf376a79ee192325ae868df7d1b5a.zip |
StateManager => Configuration.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5348 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 24617f9..0ddbc6e 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -27,10 +27,10 @@ #include "ganv/Port.hpp" #include "ganv/Module.hpp" -#include "patchage_config.h" +#include "Configuration.hpp" #include "PatchageCanvas.hpp" #include "PortID.hpp" -#include "StateManager.hpp" +#include "patchage_config.h" /** A Port on a PatchageModule */ |