Skip to content

Commit 85f9521

Browse files
committed
common/StackStringStream: remove unused includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent 3d05500 commit 85f9521

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/StackStringStream.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
#include <boost/container/small_vector.hpp>
1919

2020
#include <algorithm>
21-
#include <iostream>
2221
#include <memory>
2322
#include <ostream>
24-
#include <sstream>
23+
#include <string>
2524
#include <string_view>
2625
#include <vector>
2726

0 commit comments

Comments
 (0)