Merge bitcoin/bitcoin#22952: Cleanup headers after #20788

3174425255 Cleanup headers after #20788 (Hennadii Stepanov)

Pull request description:

  This is a header cleanup after #20788.

ACKs for top commit:
  vasild:
    ACK 3174425255

Tree-SHA512: 1c21b1ba43841880625289174f10e5b333f6eb857f448e1e4114b1ecdf32a6044ec91c5987c1d66806c1d408a4e3d46569eb41d69a0acb8296601d7c203d9f1d
pull/22994/head
merge-script 3 years ago
commit ec7ec69c7b
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

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

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

Loading…
Cancel
Save