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"
|
||||
|
||||
namespace td {
|
||||
class DhCallback;
|
||||
namespace mtproto {
|
||||
class AuthKeyHandshake;
|
||||
class AuthKeyHandshakeContext;
|
||||
|
@ -251,7 +251,6 @@ class FileView {
|
||||
ConstFileNodePtr node_{};
|
||||
};
|
||||
|
||||
class Td;
|
||||
class FileManager : public FileLoadManager::Callback {
|
||||
public:
|
||||
class DownloadCallback {
|
||||
|
Reference in New Issue
Block a user