diff options
author | David Robillard <d@drobilla.net> | 2011-02-15 23:00:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-15 23:00:35 +0000 |
commit | dfc8a81f3aa70e2248b40867e1e897b197492210 (patch) | |
tree | 59b8b5cde05da34a273205db9eec7daa935097c4 /src/gui | |
parent | ee2f8f0db18f5ec80a2bd29b2ee402c0d5773e40 (diff) | |
download | ingen-dfc8a81f3aa70e2248b40867e1e897b197492210.tar.gz ingen-dfc8a81f3aa70e2248b40867e1e897b197492210.tar.bz2 ingen-dfc8a81f3aa70e2248b40867e1e897b197492210.zip |
Trim more redlandmm API.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2952 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/LoadRemotePatchWindow.cpp | 1 | ||||
-rw-r--r-- | src/gui/UploadPatchWindow.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/LoadRemotePatchWindow.cpp b/src/gui/LoadRemotePatchWindow.cpp index 0f03b42e..d03de05c 100644 --- a/src/gui/LoadRemotePatchWindow.cpp +++ b/src/gui/LoadRemotePatchWindow.cpp @@ -18,7 +18,6 @@ #include <sys/types.h> #include <dirent.h> #include <boost/optional/optional.hpp> -#include "redlandmm/Query.hpp" #include "client/PatchModel.hpp" #include "interface/EngineInterface.hpp" #include "module/World.hpp" diff --git a/src/gui/UploadPatchWindow.cpp b/src/gui/UploadPatchWindow.cpp index defa43d9..d2982bc3 100644 --- a/src/gui/UploadPatchWindow.cpp +++ b/src/gui/UploadPatchWindow.cpp @@ -21,7 +21,6 @@ #include <dirent.h> #include <boost/optional/optional.hpp> #include <curl/curl.h> -#include "redlandmm/Query.hpp" #include "module/World.hpp" #include "shared/LV2URIMap.hpp" #include "client/ClientStore.hpp" |