0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

Cleanup headers after #20788

This commit is contained in:
Hennadii Stepanov 2021-09-11 10:44:25 +03:00
parent 5c0f46ca46
commit 3174425255
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
2 changed files with 5 additions and 5 deletions

View file

@ -23,8 +23,6 @@
#ifndef WIN32
#include <fcntl.h>
#else
#include <codecvt>
#endif
#ifdef USE_POLL

View file

@ -10,12 +10,14 @@
#include <util/system.h>
#include <util/time.h>
#include <codecvt>
#include <cwchar>
#include <locale>
#include <stdexcept>
#include <string>
#ifdef WIN32
#include <codecvt>
#include <locale>
#endif
#ifdef USE_POLL
#include <poll.h>
#endif