diff options
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" |