diff options
author | David Robillard <d@drobilla.net> | 2011-11-25 23:48:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-25 23:48:14 +0000 |
commit | d660a764ac2237f5e2fe5190e90b31209b1d70da (patch) | |
tree | 85c5e1d96d422a990d81ff35a19b64276a1ef8b4 /src/Patchage.cpp | |
parent | e0d452db27924fbef0d6d02000bb893c67879763 (diff) | |
download | patchage-d660a764ac2237f5e2fe5190e90b31209b1d70da.tar.gz patchage-d660a764ac2237f5e2fe5190e90b31209b1d70da.tar.bz2 patchage-d660a764ac2237f5e2fe5190e90b31209b1d70da.zip |
Remove Raul dependency.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3633 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 0b77244..a846a20 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -32,7 +32,6 @@ #include <gtkmm/treemodel.h> #include "flowcanvas/Module.hpp" -#include "raul/SharedPtr.hpp" #include "patchage-config.h" #include "UIFile.hpp" |