backtrace: minimise excess headers
This commit is contained in:
parent
486706269c
commit
e4beb5e965
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <ostream>
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
@ -37,7 +37,7 @@ namespace debug {
|
|||||||
};
|
};
|
||||||
|
|
||||||
std::ostream&
|
std::ostream&
|
||||||
operator <<(std::ostream&, const debug::backtrace&);
|
operator<< (std::ostream&, const debug::backtrace&);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user