diff options
| author | kenshi84 <kenshi84@protonmail.ch> | 2016-12-20 13:04:19 +0900 |
|---|---|---|
| committer | kenshi84 <kenshi84@protonmail.ch> | 2016-12-20 13:04:19 +0900 |
| commit | 2ac80075444ebac2feef59f98c912342a708606d (patch) | |
| tree | 3c91949940c438dea8c53b62ae5b1ee16c3f0ad1 /src/cryptonote_core/account.cpp | |
| parent | d1d6e27ab661f71d90fb6530db84d5a2b92550a8 (diff) | |
| download | monzero-core-2ac80075444ebac2feef59f98c912342a708606d.tar.gz monzero-core-2ac80075444ebac2feef59f98c912342a708606d.tar.xz monzero-core-2ac80075444ebac2feef59f98c912342a708606d.zip | |
also use portable serializer for boost_serialization_helper.h and net_node.inl, completely adandon boost/archive/binary_oarchive.hpp
Diffstat (limited to 'src/cryptonote_core/account.cpp')
| -rw-r--r-- | src/cryptonote_core/account.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_core/account.cpp b/src/cryptonote_core/account.cpp index c3f2b4446..89ad4184c 100644 --- a/src/cryptonote_core/account.cpp +++ b/src/cryptonote_core/account.cpp @@ -28,8 +28,6 @@ // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers -#include <boost/archive/binary_oarchive.hpp> -#include <boost/archive/binary_iarchive.hpp> #include <fstream> #include "include_base_utils.h" |
