aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-12-19 16:50:15 -0500
committerCory Fields <[email protected]>2015-01-02 15:12:03 -0500
commit856e862f4a736fbdc38daae3b7f0fa34e1da317c (patch)
tree2095eef431d539acfef432321aa82fa6062219fa /src/test/script_tests.cpp
parentnamespace: drop boost::assign altogether here (diff)
downloaddiscoin-856e862f4a736fbdc38daae3b7f0fa34e1da317c.tar.xz
discoin-856e862f4a736fbdc38daae3b7f0fa34e1da317c.zip
namespace: drop most boost namespaces and a few header cleanups
A few boost::asio were left around because they're very wordy otherwise.
Diffstat (limited to 'src/test/script_tests.cpp')
-rw-r--r--src/test/script_tests.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp
index 4d2a9aff4..a5c6a21f4 100644
--- a/src/test/script_tests.cpp
+++ b/src/test/script_tests.cpp
@@ -23,12 +23,6 @@
#include <string>
#include <vector>
-#include <boost/algorithm/string/classification.hpp>
-#include <boost/algorithm/string/predicate.hpp>
-#include <boost/algorithm/string/replace.hpp>
-#include <boost/algorithm/string/split.hpp>
-#include <boost/filesystem/operations.hpp>
-#include <boost/filesystem/path.hpp>
#include <boost/foreach.hpp>
#include <boost/test/unit_test.hpp>
#include "json/json_spirit_reader_template.h"
@@ -37,7 +31,6 @@
using namespace std;
using namespace json_spirit;
-using namespace boost::algorithm;
// Uncomment if you want to output updated JSON tests.
// #define UPDATE_JSON_TESTS