diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-06-23 08:35:07 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-06-23 08:35:07 -0700 |
commit | d1e38050e2cc0c79c899490892f68c14e914acb1 (patch) | |
tree | 922cdd0835b8c298e7f76f09a4e9d810e3671a52 | |
parent | 4be2aba302a30812df6962c5ea3b81669ed630e9 (diff) | |
parent | 6d3f0058f75c39fb43d17ee7337b60713f5d0627 (diff) |
Merge pull request #2786 from jgarzik/double-inc
init.cpp: fix chainparams.h double include.
-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 5090c4ea40..7b98253ead 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> |