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/box | |
| 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/box')
| -rw-r--r-- | backends/cloud/box/boxstorage.cpp | 4 |
1 files changed, 0 insertions, 4 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 { |
