diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-01 16:23:59 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-01 16:36:15 +0200 |
| commit | f297042cae572753e6c25d25caf92091e88b76df (patch) | |
| tree | 59a0827f7d3500f1b145e4f5653f1f8b94c1e037 /src/bitcoin-cli.cpp | |
| parent | Merge pull request #6686 (diff) | |
| parent | remove $(@F) and subdirs from univalue make (diff) | |
| download | discoin-f297042cae572753e6c25d25caf92091e88b76df.tar.xz discoin-f297042cae572753e6c25d25caf92091e88b76df.zip | |
Merge pull request #6637
95acf3c remove $(@F) and subdirs from univalue make (Jonas Schnelli)
9623e93 [Univalue] add univalue over subtree (Jonas Schnelli)
2f9f082 Squashed 'src/univalue/' content from commit 87d9045 (Jonas Schnelli)
0917306 remove univalue, prepare for subtree (Jonas Schnelli)
Diffstat (limited to 'src/bitcoin-cli.cpp')
| -rw-r--r-- | src/bitcoin-cli.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index 7839b3b6b..e0fe6aa5b 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -18,7 +18,7 @@ #include <event2/buffer.h> #include <event2/keyvalq_struct.h> -#include "univalue/univalue.h" +#include <univalue.h> using namespace std; |