diff options
| author | levlam <levlam@telegram.org> | 2019-02-12 23:48:16 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2019-02-12 23:48:16 +0300 |
| commit | eb9ead582f76e3d5a3f161b810450804167f9797 (patch) | |
| tree | 5d0387dc7e5afa8f3d69321b993571ce124f1f19 /tdutils/td/utils/SharedObjectPool.h | |
| parent | ffe53dcd128271b30dd04153cdfdeea5c23d2953 (diff) | |
Remove unneded includes of td/utils/loggging.h.
GitOrigin-RevId: 82a3b506dba5c9d5267dc0e2504a7093a7fa87db
Diffstat (limited to 'tdutils/td/utils/SharedObjectPool.h')
| -rw-r--r-- | tdutils/td/utils/SharedObjectPool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdutils/td/utils/SharedObjectPool.h b/tdutils/td/utils/SharedObjectPool.h index 9bd4800e8..f881ae187 100644 --- a/tdutils/td/utils/SharedObjectPool.h +++ b/tdutils/td/utils/SharedObjectPool.h @@ -7,7 +7,6 @@ #pragma once #include "td/utils/common.h" - #include "td/utils/logging.h" #include "td/utils/MpscLinkQueue.h" |
