CLOUD: Get rid of 'dists/clouds/cloud_keys.h'

This commit is contained in:
Alexander Tkachev 2019-07-15 21:13:11 +07:00 committed by Matan Bareket
parent 0ee0e2d537
commit 4a427faf9c
4 changed files with 0 additions and 16 deletions

View File

@ -35,10 +35,6 @@
#include "common/debug.h"
#include "common/json.h"
#ifdef ENABLE_RELEASE
#include "dists/clouds/cloud_keys.h"
#endif
namespace Cloud {
namespace Box {

View File

@ -35,10 +35,6 @@
#include "common/debug.h"
#include "common/json.h"
#ifdef ENABLE_RELEASE
#include "dists/clouds/cloud_keys.h"
#endif
namespace Cloud {
namespace Dropbox {

View File

@ -36,10 +36,6 @@
#include "common/json.h"
#include "common/debug.h"
#ifdef ENABLE_RELEASE
#include "dists/clouds/cloud_keys.h"
#endif
namespace Cloud {
namespace GoogleDrive {

View File

@ -36,10 +36,6 @@
#include "common/debug.h"
#include "common/json.h"
#ifdef ENABLE_RELEASE
#include "dists/clouds/cloud_keys.h"
#endif
namespace Cloud {
namespace OneDrive {