diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-04-24 10:29:19 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-04-24 10:29:19 +0200 |
commit | a059e91d7fbdbf8745e48dd1c86e336483ff778c (patch) | |
tree | 27b42a557478acdee579b1f0ce649ca06218c1fc /src/cryptonote_basic/cryptonote_basic.h | |
parent | Merge pull request #1956 (diff) | |
parent | Simplified the implementation and features of span (diff) | |
download | monero-a059e91d7fbdbf8745e48dd1c86e336483ff778c.tar.xz |
Merge pull request #1816
93e10f1c Simplified the implementation and features of span (Lee Clagett)
4a8f96f9 Improvements for epee binary to hex functions: (Lee Clagett)
Diffstat (limited to 'src/cryptonote_basic/cryptonote_basic.h')
-rw-r--r-- | src/cryptonote_basic/cryptonote_basic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_basic/cryptonote_basic.h b/src/cryptonote_basic/cryptonote_basic.h index 15ace2b0b..c4adf1fcb 100644 --- a/src/cryptonote_basic/cryptonote_basic.h +++ b/src/cryptonote_basic/cryptonote_basic.h @@ -44,7 +44,6 @@ #include "serialization/debug_archive.h" #include "serialization/crypto.h" #include "serialization/keyvalue_serialization.h" // eepe named serialization -#include "string_tools.h" #include "cryptonote_config.h" #include "crypto/crypto.h" #include "crypto/hash.h" |