Make FileDb dependency on FileData private.
GitOrigin-RevId: 00cbd0afe5e42d66212e8666e6e7c4d4ed13b9be
This commit is contained in:
parent
f8ea817b89
commit
3ed7d4ec34
@ -6,6 +6,7 @@
|
|||||||
//
|
//
|
||||||
#include "td/telegram/files/FileDb.h"
|
#include "td/telegram/files/FileDb.h"
|
||||||
|
|
||||||
|
#include "td/telegram/files/FileData.h"
|
||||||
#include "td/telegram/files/FileLocation.h"
|
#include "td/telegram/files/FileLocation.h"
|
||||||
#include "td/telegram/Version.h"
|
#include "td/telegram/Version.h"
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
//
|
//
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "td/telegram/files/FileData.h"
|
|
||||||
#include "td/telegram/files/FileDbId.h"
|
#include "td/telegram/files/FileDbId.h"
|
||||||
|
|
||||||
#include "td/actor/PromiseFuture.h"
|
#include "td/actor/PromiseFuture.h"
|
||||||
@ -20,6 +19,7 @@
|
|||||||
|
|
||||||
namespace td {
|
namespace td {
|
||||||
|
|
||||||
|
class FileData;
|
||||||
class SqliteDb;
|
class SqliteDb;
|
||||||
class SqliteConnectionSafe;
|
class SqliteConnectionSafe;
|
||||||
class SqliteKeyValue;
|
class SqliteKeyValue;
|
||||||
|
Reference in New Issue
Block a user