Minor fixes.

This commit is contained in:
levlam 2020-11-08 14:00:36 +03:00
parent b21d667bdf
commit f9a600c401
4 changed files with 2 additions and 3 deletions

1
.gitattributes vendored
View File

@ -13,7 +13,6 @@
*.cmake text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent
*.md text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent
*.in text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent
*.sky text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent
*.html text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent
*.java text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent

View File

@ -32,7 +32,6 @@
#include "td/utils/common.h"
#include "td/utils/Status.h"
#include <functional>
#include <utility>
namespace td {

View File

@ -9,6 +9,8 @@
#include "td/utils/common.h"
#include "td/utils/StringBuilder.h"
#include <functional>
namespace td {
enum class MessageContentType : int32 {

View File

@ -13,7 +13,6 @@
#include <atomic>
#include <cstring>
#include <memory>
#include <type_traits>
namespace td {