diff options
| author | jtimon <[email protected]> | 2014-10-18 02:34:06 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-10-27 13:54:37 +0100 |
| commit | 4a3587d8db9f651866ce70312ac9de11316b42c9 (patch) | |
| tree | 4717c2c662fb32ff2286f6bb656659566a2fe2ea /src/core_write.cpp | |
| parent | MOVEONLY: Move CFeeRate and Amount constants to amount.o (diff) | |
| download | discoin-4a3587d8db9f651866ce70312ac9de11316b42c9.tar.xz discoin-4a3587d8db9f651866ce70312ac9de11316b42c9.zip | |
MOVEONLY: Separate CTransaction and dependencies from core
Diffstat (limited to 'src/core_write.cpp')
| -rw-r--r-- | src/core_write.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_write.cpp b/src/core_write.cpp index b2b29fb36..a3ae8eec0 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -5,7 +5,7 @@ #include "core_io.h" #include "base58.h" -#include "core.h" +#include "core/transaction.h" #include "script/script.h" #include "script/standard.h" #include "serialize.h" |