CLOUD: Remove unused includes

This commit is contained in:
Peter Bozsó 2016-08-03 10:54:18 +02:00 committed by Alexander Tkachev
parent 97cf2be7ef
commit 02a997e468
4 changed files with 0 additions and 4 deletions

View file

@ -24,7 +24,6 @@
#define BACKENDS_CLOUD_BOX_BOXSTORAGE_H #define BACKENDS_CLOUD_BOX_BOXSTORAGE_H
#include "backends/cloud/id/idstorage.h" #include "backends/cloud/id/idstorage.h"
#include "common/callback.h"
#include "backends/networking/curl/curljsonrequest.h" #include "backends/networking/curl/curljsonrequest.h"
namespace Cloud { namespace Cloud {

View file

@ -27,7 +27,6 @@
#include "backends/networking/curl/curljsonrequest.h" #include "backends/networking/curl/curljsonrequest.h"
#include "backends/networking/curl/networkreadstream.h" #include "backends/networking/curl/networkreadstream.h"
#include "common/json.h" #include "common/json.h"
#include "common/debug.h"
namespace Cloud { namespace Cloud {
namespace Dropbox { namespace Dropbox {

View file

@ -28,7 +28,6 @@
#include "backends/cloud/id/idresolveidrequest.h" #include "backends/cloud/id/idresolveidrequest.h"
#include "backends/cloud/id/idstreamfilerequest.h" #include "backends/cloud/id/idstreamfilerequest.h"
#include "common/debug.h" #include "common/debug.h"
#include "common/json.h"
namespace Cloud { namespace Cloud {
namespace Id { namespace Id {

View file

@ -25,7 +25,6 @@
#include "backends/networking/curl/networkreadstream.h" #include "backends/networking/curl/networkreadstream.h"
#include "backends/networking/curl/connectionmanager.h" #include "backends/networking/curl/connectionmanager.h"
#include "base/version.h" #include "base/version.h"
#include "common/debug.h"
#include <curl/curl.h> #include <curl/curl.h>
namespace Networking { namespace Networking {