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/rpcserver.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/rpcserver.cpp')
| -rw-r--r-- | src/rpcserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index dbee61efc..fa60f8c83 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -13,7 +13,7 @@ #include "util.h" #include "utilstrencodings.h" -#include "univalue/univalue.h" +#include <univalue.h> #include <boost/bind.hpp> #include <boost/filesystem.hpp> |