Merge pull request #4854

bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
This commit is contained in:
Riccardo Spagni 2018-12-04 17:08:42 +02:00
commit c00ac446fd
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
39 changed files with 38 additions and 168 deletions

View file

@ -33,13 +33,11 @@
#include <stdlib.h>
#include "include_base_utils.h"
#include <random>
#include <boost/filesystem/fstream.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/optional.hpp>
using namespace epee;
namespace bf = boost::filesystem;
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net.dns"