Remove unneeded forward declarations.
GitOrigin-RevId: e33aac4e7ac27efe2757fdd421115637359bcf5e
This commit is contained in:
parent
e7929ac51e
commit
7a14de987c
@ -12,7 +12,6 @@
|
|||||||
#include "td/utils/Status.h"
|
#include "td/utils/Status.h"
|
||||||
|
|
||||||
namespace td {
|
namespace td {
|
||||||
class DhCallback;
|
|
||||||
namespace mtproto {
|
namespace mtproto {
|
||||||
class AuthKeyHandshake;
|
class AuthKeyHandshake;
|
||||||
class AuthKeyHandshakeContext;
|
class AuthKeyHandshakeContext;
|
||||||
|
@ -251,7 +251,6 @@ class FileView {
|
|||||||
ConstFileNodePtr node_{};
|
ConstFileNodePtr node_{};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Td;
|
|
||||||
class FileManager : public FileLoadManager::Callback {
|
class FileManager : public FileLoadManager::Callback {
|
||||||
public:
|
public:
|
||||||
class DownloadCallback {
|
class DownloadCallback {
|
||||||
|
Loading…
Reference in New Issue
Block a user