Cleanup redundant include

This commit is contained in:
Daniel Marjamäki 2010-07-27 09:32:20 +02:00
parent 9f44d9eb62
commit 94acebc3d0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ErrorLogger::ErrorMessage::ErrorMessage()
{
}
#include <iostream>
ErrorLogger::ErrorMessage::ErrorMessage(const std::list<FileLocation> &callStack, Severity::SeverityType severity, const std::string &msg, const std::string &id)
{
_callStack = callStack;