Do not include unused headers on Windows.
GitOrigin-RevId: bf9d0c15d6271019253fe4157c9db42c34528f7b
This commit is contained in:
parent
824744b74e
commit
e4ecebc6bb
@ -6,8 +6,10 @@
|
|||||||
//
|
//
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#if TD_PORT_POSIX
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace td {
|
namespace td {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user