TitleDatabase: Remove unused <iostream> header

Many implementations of <iostream> inject a static constructor into the
translation unit, it's included in, even if nothing from the header is used.
This commit is contained in:
Lioncash 2017-05-21 17:47:58 -04:00
parent e328b13ae2
commit 73b72c6a62
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#include <fstream>
#include <functional>
#include <iostream>
#include "Core/TitleDatabase.h"