Skip to content

Commit

Permalink
Remove unused <ostream> (#157)
Browse files Browse the repository at this point in the history
`<ostream>` isn't needed unless enum traits are being used, in that case
it will be included by the files that need it. Removing this fixes a
failure for targets that don't have `<ostream>` available.

Fixes: 156
  • Loading branch information
EricRahm authored Jul 16, 2024
1 parent 61e9a22 commit 1ae0f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/back_end/cpp/generated_code_templates
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <string.h>

#include <algorithm>
#include <ostream>
#include <type_traits>
#include <utility>

Expand Down

0 comments on commit 1ae0f27

Please sign in to comment.