Cleanup redundant include
This commit is contained in:
parent
9f44d9eb62
commit
94acebc3d0
|
@ -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)
|
ErrorLogger::ErrorMessage::ErrorMessage(const std::list<FileLocation> &callStack, Severity::SeverityType severity, const std::string &msg, const std::string &id)
|
||||||
{
|
{
|
||||||
_callStack = callStack;
|
_callStack = callStack;
|
||||||
|
|
Loading…
Reference in New Issue