From 0147e00e9245236312ecf193d93cb90c4acedea8 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 5 Mar 2020 12:32:48 -0800
Subject: [PATCH] Don't need iostream here.

---
 FCHost/fchost/fchost_handler.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/FCHost/fchost/fchost_handler.cc b/FCHost/fchost/fchost_handler.cc
index dca6788eda5..98ce4417d40 100644
--- a/FCHost/fchost/fchost_handler.cc
+++ b/FCHost/fchost/fchost_handler.cc
@@ -4,7 +4,6 @@
 
 #include "fchost_handler.h"
 
-#include <iostream>
 #include <sstream>
 #include <string>
 #include <fstream>
-- 
GitLab