diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-28 17:47:18 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-31 01:19:37 -0400 |
commit | d2e74c55bdd8cee6a0cca49aca0e2ab1a182c9b5 (patch) | |
tree | e7b9bb9ee8b0aa0302389cc9d9c6b6e9a78d6836 /src/alert.cpp | |
parent | 78c228c6e5f35b6f2e1917d8677694779f837618 (diff) |
boost: moveonly: split CPubKey and friends to new files
Diffstat (limited to 'src/alert.cpp')
-rw-r--r-- | src/alert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alert.cpp b/src/alert.cpp index f16898dc38..ee8c496691 100644 --- a/src/alert.cpp +++ b/src/alert.cpp @@ -7,7 +7,7 @@ #include "chainparams.h" #include "clientversion.h" -#include "key.h" +#include "pubkey.h" #include "net.h" #include "timedata.h" #include "ui_interface.h" |