campaignd: Drop redundant includes

This commit is contained in:
Iris Morelle 2020-11-17 20:07:18 -03:00
parent 7d02fc884b
commit cc087491f1

View File

@ -46,9 +46,6 @@
#include <ctime>
#include <iomanip>
#include <boost/random.hpp>
#include <boost/generator_iterator.hpp>
// the fork execute is unix specific only tested on Linux quite sure it won't
// work on Windows not sure which other platforms have a problem with it.
#if !(defined(_WIN32))