diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-25 08:22:06 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-25 09:12:25 +0200 |
commit | 0d30b657859d6ebd3188bd16dfaa9c79c3dfcaa7 (patch) | |
tree | 0e4c9a35e9bbfcffcca4631d944031d0fbc7efb4 /src/daemon | |
parent | Merge pull request #761 (diff) | |
download | monero-0d30b657859d6ebd3188bd16dfaa9c79c3dfcaa7.tar.xz |
Merge pull request #749
bfd4a28 Update BlockchainDB documentation (Thomas Winget)
797357e Change Doxyfile, Blockchain not blockchain_storage (Thomas Winget)
c835215 remove defunct code from cryptonote::core (Thomas Winget)
50dba6d cryptonote::core doxygen documentation (Thomas Winget)
8ac329d doxygen documentation for difficulty functions (Thomas Winget)
540a76c Move checkpoint functions into checkpoints class (Thomas Winget)
1b0c98e doxygen documentation for checkpoints.{h,cpp} (Thomas Winget)
89c24ac Remove unnecessary or defunct code (Thomas Winget)
ab0ed14 doxygen include private and static members (Thomas Winget)
3a48449 Updated documentation for blockchain.* (Thomas Winget)
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/core.h b/src/daemon/core.h index 2208ef25a..2b7f0d177 100644 --- a/src/daemon/core.h +++ b/src/daemon/core.h @@ -28,7 +28,6 @@ #pragma once -#include "cryptonote_core/checkpoints_create.h" #include "cryptonote_core/cryptonote_core.h" #include "cryptonote_protocol/cryptonote_protocol_handler.h" #include "misc_log_ex.h" |