diff options
author | tobo <[email protected]> | 2022-04-07 08:59:43 +0300 |
---|---|---|
committer | tobo <[email protected]> | 2022-04-07 08:59:43 +0300 |
commit | 8d0bed04edbd809859fe349779c07ef122fdeca2 (patch) | |
tree | 5637277bc2da6afb261b990047079e132f5b8d2b /util/system/src_location.cpp | |
parent | 3bd25da701a5b6de40acbea240354462348803d6 (diff) |
remove unused includes
ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
Diffstat (limited to 'util/system/src_location.cpp')
-rw-r--r-- | util/system/src_location.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/system/src_location.cpp b/util/system/src_location.cpp index 13ff1f24b37..d8b1f1ef4a9 100644 --- a/util/system/src_location.cpp +++ b/util/system/src_location.cpp @@ -2,8 +2,6 @@ #include <util/stream/output.h> -#include <algorithm> - template <> void Out<TSourceLocation>(IOutputStream& o, const TSourceLocation& t) { #if defined(_win_) |