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 /backends/cloud/onedrive | |
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'
Diffstat (limited to 'backends/cloud/onedrive')
-rw-r--r-- | backends/cloud/onedrive/onedrivestorage.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |