aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-11-20 16:14:44 +0100
committerWladimir J. van der Laan <[email protected]>2013-11-20 16:18:33 +0100
commitd980f9b7d687a1e60eecf3691b592d9806a30f4a (patch)
treea4b9a53926588a9f4193df06ae742f6c48e8fdf7 /src/walletdb.cpp
parentMerge pull request #3234 from super3/master (diff)
parentcore: remove includes in .cpp, if header is already in .h (diff)
downloaddiscoin-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/walletdb.cpp')
-rw-r--r--src/walletdb.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/walletdb.cpp b/src/walletdb.cpp
index 6b3628b18..2dc6594e9 100644
--- a/src/walletdb.cpp
+++ b/src/walletdb.cpp
@@ -12,7 +12,6 @@
#include "wallet.h"
#include <inttypes.h>
-#include <stdint.h>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>