diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-01-06 20:16:56 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-01-06 20:32:45 +0100 |
| commit | 729ba317498bf644c62975dbde07da5ab9ef0043 (patch) | |
| tree | 84076d547fd499ff98cffac6a9343bccfb451081 /src/chainparamsbase.cpp | |
| parent | Merge pull request #5520 (diff) | |
| parent | namespace: drop most boost namespaces and a few header cleanups (diff) | |
| download | discoin-729ba317498bf644c62975dbde07da5ab9ef0043.tar.xz discoin-729ba317498bf644c62975dbde07da5ab9ef0043.zip | |
Merge pull request #5513
856e862 namespace: drop most boost namespaces and a few header cleanups (Cory Fields)
9b1ab86 namespace: drop boost::assign altogether here (Cory Fields)
a324199 namespace: remove boost namespace pollution (Cory Fields)
Diffstat (limited to 'src/chainparamsbase.cpp')
| -rw-r--r-- | src/chainparamsbase.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/chainparamsbase.cpp b/src/chainparamsbase.cpp index 61c8f5021..c42fd106b 100644 --- a/src/chainparamsbase.cpp +++ b/src/chainparamsbase.cpp @@ -9,10 +9,6 @@ #include <assert.h> -#include <boost/assign/list_of.hpp> - -using namespace boost::assign; - /** * Main network */ |