Remove unnecessary iostream import

I was going to add a warning to the last commit, but I ended up not
doing it because we should be printing those to the logger instead.
This commit is contained in:
Robbert van der Helm
2021-09-26 19:54:56 +02:00
parent 5aa25109b8
commit 4bf7e8a5a2
-2
View File
@@ -16,8 +16,6 @@
#include "utils.h"
#include <iostream>
#include <unistd.h>
#include <boost/dll/runtime_symbol_info.hpp>
#include <boost/process/io.hpp>