COMMON: Move more file format code into common/formats

This commit is contained in:
Cameron Cawley 2022-12-01 14:17:17 +00:00 committed by Eugene Sandulenko
parent 0581301b24
commit 28d7b361ea
98 changed files with 109 additions and 109 deletions

View file

@ -26,7 +26,7 @@
#include "backends/cloud/googledrive/googledrivestorage.h"
#include "backends/networking/curl/networkreadstream.h"
#include "common/debug.h"
#include "common/json.h"
#include "common/formats/json.h"
namespace Cloud {
namespace GoogleDrive {