diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-19 15:08:37 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-25 09:24:50 +0200 |
| commit | 14f888ca804386b111b07e8988753d67f507ba30 (patch) | |
| tree | 22193675a85be98cbc9030d973a388834803b80a /src/qt/transactionrecord.cpp | |
| parent | Merge pull request #3839 (diff) | |
| download | discoin-14f888ca804386b111b07e8988753d67f507ba30.tar.xz discoin-14f888ca804386b111b07e8988753d67f507ba30.zip | |
Move network-time related functions to timedata.cpp/h
The network time-offset-mangement functions from util.cpp are moved to
timedata.(cpp|h). This breaks the dependency of util on netbase.
Diffstat (limited to 'src/qt/transactionrecord.cpp')
| -rw-r--r-- | src/qt/transactionrecord.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp index 5a3728f49..eec2b57e8 100644 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -5,6 +5,7 @@ #include "transactionrecord.h" #include "base58.h" +#include "timedata.h" #include "wallet.h" #include <stdint.h> |