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/stream/printf.cpp | |
parent | 3bd25da701a5b6de40acbea240354462348803d6 (diff) |
remove unused includes
ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
Diffstat (limited to 'util/stream/printf.cpp')
-rw-r--r-- | util/stream/printf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/stream/printf.cpp b/util/stream/printf.cpp index f3eeca7afcb..0bc3aae988d 100644 --- a/util/stream/printf.cpp +++ b/util/stream/printf.cpp @@ -3,7 +3,6 @@ #include <util/generic/scope.h> #include <util/memory/tempbuf.h> -#include <util/generic/yexception.h> size_t Printf(IOutputStream& out, const char* fmt, ...) { va_list lst; |