diff options
| author | Philip Kaufmann <[email protected]> | 2013-06-23 17:39:39 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-06-23 17:39:39 +0200 |
| commit | 336a53ddbcfd9e8c5e2199a90f9abec54090c29f (patch) | |
| tree | c14785909a2830465e2d82929751fdcdc75bfda4 /src/init.cpp | |
| parent | Merge pull request #2778 from jgarzik/rpc-verifydb (diff) | |
| download | discoin-336a53ddbcfd9e8c5e2199a90f9abec54090c29f.tar.xz discoin-336a53ddbcfd9e8c5e2199a90f9abec54090c29f.zip | |
fix makefiles and init.cpp after chainparams merge
- add missing chainparams.o to some makefiles
- remove a double-include of chainparams.h in init.cpp
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 5090c4ea4..7b98253ea 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -14,7 +14,6 @@ #include "util.h" #include "ui_interface.h" #include "checkpoints.h" -#include "chainparams.h" #include <boost/filesystem.hpp> #include <boost/filesystem/fstream.hpp> |