Skip to content

Commit

Permalink
Minor improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Dec 16, 2021
1 parent d75f0a4 commit 1782b8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions td/telegram/OptionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "td/telegram/ConfigManager.h"
#include "td/telegram/ConfigShared.h"
#include "td/telegram/ContactsManager.h"
#include "td/telegram/DialogId.h"
#include "td/telegram/Global.h"
#include "td/telegram/JsonValue.h"
#include "td/telegram/LanguagePackManager.h"
Expand All @@ -27,6 +28,7 @@

#include "td/utils/misc.h"
#include "td/utils/SliceBuilder.h"
#include "td/utils/Status.h"

#include <cmath>
#include <limits>
Expand Down
2 changes: 2 additions & 0 deletions tddb/td/db/SqliteKeyValueAsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include "td/actor/PromiseFuture.h"

#include "td/utils/common.h"

#include <memory>
#include <unordered_map>

Expand Down
1 change: 0 additions & 1 deletion tdutils/td/utils/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ int64 BufferAllocator::get_buffer_slice_size() {
}

void BufferAllocator::track_buffer_slice(int64 size) {
return;
}

size_t BufferAllocator::get_buffer_mem() {
Expand Down

0 comments on commit 1782b8e

Please sign in to comment.