refactor: removed useless includePath

This commit is contained in:
2021-11-22 18:00:55 +01:00
parent 070749e685
commit 1d7a8cc66b
2 changed files with 2 additions and 2 deletions

View File

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