Skip to content

Commit

Permalink
chore: remove unused include from stl.h (pybind#3928)
Browse files Browse the repository at this point in the history
* change iostream include to ostream include
  • Loading branch information
Skylion007 authored May 6, 2022
1 parent 68a0b2d commit 2e33130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/stl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2e33130

Please sign in to comment.