CLOUD: Remove unused includes
This commit is contained in:
parent
97cf2be7ef
commit
02a997e468
4 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue