Improve header name.
This commit is contained in:
parent
8db4febd4c
commit
69cd3e9ced
@ -412,13 +412,13 @@ set(TDLIB_SOURCE
|
||||
td/mtproto/HttpTransport.h
|
||||
td/mtproto/IStreamTransport.h
|
||||
td/mtproto/KDF.h
|
||||
td/mtproto/MtprotoQuery.h
|
||||
td/mtproto/NoCryptoStorer.h
|
||||
td/mtproto/PacketInfo.h
|
||||
td/mtproto/PacketStorer.h
|
||||
td/mtproto/Ping.h
|
||||
td/mtproto/PingConnection.h
|
||||
td/mtproto/ProxySecret.h
|
||||
td/mtproto/Query.h
|
||||
td/mtproto/RawConnection.h
|
||||
td/mtproto/RSA.h
|
||||
td/mtproto/SessionConnection.h
|
||||
|
@ -7,8 +7,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "td/mtproto/AuthData.h"
|
||||
#include "td/mtproto/MtprotoQuery.h"
|
||||
#include "td/mtproto/PacketStorer.h"
|
||||
#include "td/mtproto/Query.h"
|
||||
#include "td/mtproto/utils.h"
|
||||
|
||||
#include "td/mtproto/mtproto_api.h"
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#include "td/mtproto/MtprotoQuery.h"
|
||||
#include "td/mtproto/PacketInfo.h"
|
||||
#include "td/mtproto/Query.h"
|
||||
#include "td/mtproto/RawConnection.h"
|
||||
|
||||
#include "td/utils/buffer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user