Removed a lot of unnecessary includes

This commit is contained in:
Martijn Otto 2018-11-15 17:29:34 +01:00
parent 8534f71eed
commit bd98e99c80
No known key found for this signature in database
GPG key ID: D2E0D5D0B1D606F9
39 changed files with 38 additions and 168 deletions

View file

@ -33,12 +33,10 @@
#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>
using namespace epee;
namespace bf = boost::filesystem;
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net.dns"