diff options
author | Alexander Tkachev | 2019-07-15 21:13:11 +0700 |
---|---|---|
committer | Matan Bareket | 2019-07-30 14:51:41 -0400 |
commit | 4a427faf9cc817cfce8e293c22cc470339b6e3c7 (patch) | |
tree | 4c287d9bd47af235c67b5abe065a4df6192945fe | |
parent | 0ee0e2d537e6217278e75ec59c216936896bf6cb (diff) | |
download | scummvm-rg350-4a427faf9cc817cfce8e293c22cc470339b6e3c7.tar.gz scummvm-rg350-4a427faf9cc817cfce8e293c22cc470339b6e3c7.tar.bz2 scummvm-rg350-4a427faf9cc817cfce8e293c22cc470339b6e3c7.zip |
CLOUD: Get rid of 'dists/clouds/cloud_keys.h'
-rw-r--r-- | backends/cloud/box/boxstorage.cpp | 4 | ||||
-rw-r--r-- | backends/cloud/dropbox/dropboxstorage.cpp | 4 | ||||
-rw-r--r-- | backends/cloud/googledrive/googledrivestorage.cpp | 4 | ||||
-rw-r--r-- | backends/cloud/onedrive/onedrivestorage.cpp | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/backends/cloud/box/boxstorage.cpp b/backends/cloud/box/boxstorage.cpp index df81773855..d743e9546e 100644 --- a/backends/cloud/box/boxstorage.cpp +++ b/backends/cloud/box/boxstorage.cpp @@ -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 { diff --git a/backends/cloud/dropbox/dropboxstorage.cpp b/backends/cloud/dropbox/dropboxstorage.cpp index 53ed704993..459f4dc67a 100644 --- a/backends/cloud/dropbox/dropboxstorage.cpp +++ b/backends/cloud/dropbox/dropboxstorage.cpp @@ -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 { diff --git a/backends/cloud/googledrive/googledrivestorage.cpp b/backends/cloud/googledrive/googledrivestorage.cpp index bd4f2cb8d3..a2f688a1e7 100644 --- a/backends/cloud/googledrive/googledrivestorage.cpp +++ b/backends/cloud/googledrive/googledrivestorage.cpp @@ -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 { diff --git a/backends/cloud/onedrive/onedrivestorage.cpp b/backends/cloud/onedrive/onedrivestorage.cpp index 09d7a819d8..779797aa21 100644 --- a/backends/cloud/onedrive/onedrivestorage.cpp +++ b/backends/cloud/onedrive/onedrivestorage.cpp @@ -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 { |