mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
chore: remove unused include from stl.h (#3928)
* change iostream include to ostream include
This commit is contained in:
parent
68a0b2dfd8
commit
2e331308d3
@ -13,9 +13,9 @@
|
||||
#include "detail/common.h"
|
||||
|
||||
#include <deque>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <ostream>
|
||||
#include <set>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
Loading…
Reference in New Issue
Block a user