From 02a997e468041ca0d7a2e9ac95e0b7dd6144c6eb Mon Sep 17 00:00:00 2001 From: Peter Bozsó Date: Wed, 3 Aug 2016 10:54:18 +0200 Subject: CLOUD: Remove unused includes --- backends/cloud/box/boxstorage.h | 1 - backends/cloud/dropbox/dropboxuploadrequest.cpp | 1 - backends/cloud/id/idstorage.cpp | 1 - 3 files changed, 3 deletions(-) (limited to 'backends/cloud') diff --git a/backends/cloud/box/boxstorage.h b/backends/cloud/box/boxstorage.h index 018562379f..2dd516d894 100644 --- a/backends/cloud/box/boxstorage.h +++ b/backends/cloud/box/boxstorage.h @@ -24,7 +24,6 @@ #define BACKENDS_CLOUD_BOX_BOXSTORAGE_H #include "backends/cloud/id/idstorage.h" -#include "common/callback.h" #include "backends/networking/curl/curljsonrequest.h" namespace Cloud { diff --git a/backends/cloud/dropbox/dropboxuploadrequest.cpp b/backends/cloud/dropbox/dropboxuploadrequest.cpp index 945493b1eb..2c9dcc4109 100644 --- a/backends/cloud/dropbox/dropboxuploadrequest.cpp +++ b/backends/cloud/dropbox/dropboxuploadrequest.cpp @@ -27,7 +27,6 @@ #include "backends/networking/curl/curljsonrequest.h" #include "backends/networking/curl/networkreadstream.h" #include "common/json.h" -#include "common/debug.h" namespace Cloud { namespace Dropbox { diff --git a/backends/cloud/id/idstorage.cpp b/backends/cloud/id/idstorage.cpp index 36f2df642c..0ffa8c068c 100644 --- a/backends/cloud/id/idstorage.cpp +++ b/backends/cloud/id/idstorage.cpp @@ -28,7 +28,6 @@ #include "backends/cloud/id/idresolveidrequest.h" #include "backends/cloud/id/idstreamfilerequest.h" #include "common/debug.h" -#include "common/json.h" namespace Cloud { namespace Id { -- cgit v1.2.3