diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-29 21:18:24 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-29 21:23:25 +0200 |
commit | 98fbd1cdffaa69357091cc67e959ac21119dfa16 (patch) | |
tree | c96705619b933d9126b2f94cef8be461b1950ef6 /src/validation.h | |
parent | b66861e2e5e8a49e11e7489cf22c3007bc7082cc (diff) |
Use correct C++11 header for std::swap()
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index d87113c41f..54f97e7213 100644 --- a/src/validation.h +++ b/src/validation.h @@ -23,7 +23,6 @@ #include <versionbits.h> #include <serialize.h> -#include <algorithm> #include <atomic> #include <map> #include <memory> |