diff options
| author | Jeff Garzik <[email protected]> | 2013-06-23 11:32:38 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-06-23 11:32:38 -0400 |
| commit | 6d3f0058f75c39fb43d17ee7337b60713f5d0627 (patch) | |
| tree | 922cdd0835b8c298e7f76f09a4e9d810e3671a52 /src/init.cpp | |
| parent | Merge pull request #2778 from jgarzik/rpc-verifydb (diff) | |
| download | discoin-6d3f0058f75c39fb43d17ee7337b60713f5d0627.tar.xz discoin-6d3f0058f75c39fb43d17ee7337b60713f5d0627.zip | |
init.cpp: fix chainparams.h double include.
Noticed by Diapolo.
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> |