diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-20 16:14:44 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-20 16:18:33 +0100 |
| commit | d980f9b7d687a1e60eecf3691b592d9806a30f4a (patch) | |
| tree | a4b9a53926588a9f4193df06ae742f6c48e8fdf7 /src/core.cpp | |
| parent | Merge pull request #3234 from super3/master (diff) | |
| parent | core: remove includes in .cpp, if header is already in .h (diff) | |
| download | discoin-d980f9b7d687a1e60eecf3691b592d9806a30f4a.tar.xz discoin-d980f9b7d687a1e60eecf3691b592d9806a30f4a.zip | |
Merge pull request #3257
379778b core: remove includes in .cpp, if header is already in .h (Philip Kaufmann)
Diffstat (limited to 'src/core.cpp')
| -rw-r--r-- | src/core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core.cpp b/src/core.cpp index 80cdcb084..7a1c90e58 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -7,8 +7,6 @@ #include "util.h" -#include <stdint.h> - std::string COutPoint::ToString() const { return strprintf("COutPoint(%s, %u)", hash.ToString().substr(0,10).c_str(), n); |