move includes around to lessen overall load

This commit is contained in:
moneromooo-monero
2017-11-25 22:25:05 +00:00
parent 38ecd0526e
commit 09ce03d612
73 changed files with 212 additions and 161 deletions
+1
View File
@@ -34,6 +34,7 @@
#include <cstring> // memcpy
#include <random>
#include "string_tools.h"
#include "common/util.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
#include "crypto/crypto.h"
+1 -1
View File
@@ -29,7 +29,7 @@
#include <atomic>
#include "blockchain_db/blockchain_db.h"
#include "cryptonote_protocol/blobdatatype.h" // for type blobdata
#include "cryptonote_basic/blobdatatype.h" // for type blobdata
#include "ringct/rctTypes.h"
#include <boost/thread/tss.hpp>