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:
parent
e328b13ae2
commit
73b72c6a62
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <fstream>
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
|
||||
#include "Core/TitleDatabase.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue