diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-12-03 12:05:43 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-03 12:05:43 +0100 |
| commit | a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (patch) | |
| tree | 16a317d4b2132094e8e774c1e9fe0a1a88f36820 /src/rest.cpp | |
| parent | Merge pull request #5407 (diff) | |
| parent | MOVEONLY: core/ -> primitives/ (diff) | |
| download | discoin-a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1.tar.xz discoin-a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1.zip | |
Merge pull request #5306
d227011 MOVEONLY: core/ -> primitives/ (Luke Dashjr)
Diffstat (limited to 'src/rest.cpp')
| -rw-r--r-- | src/rest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rest.cpp b/src/rest.cpp index 27551c929..6285784af 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -3,8 +3,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "core/block.h" -#include "core/transaction.h" +#include "primitives/block.h" +#include "primitives/transaction.h" #include "main.h" #include "rpcserver.h" #include "streams.h" |