refactor: moved DataBuffer to misc

This commit is contained in:
2021-10-13 18:51:33 +02:00
parent a62549e93e
commit 57151cfaa2
5 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <cstdint>
#include "network/DataBuffer.h"
#include "misc/DataBuffer.h"
namespace td {
namespace utils {