Skip to content

Commit

Permalink
fix(logging): remove duplicate #include
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Nov 3, 2023
1 parent d5e9ae6 commit 11a378d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/generate-trace-sources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,6 @@ void write_writer_h(CXX_Trace_Types_Parser& types, Output_Stream& out) {
#include <quick-lint-js/port/char8.h>
#include <quick-lint-js/util/binary-writer.h>
#include <quick-lint-js/util/cast.h>
#include <quick-lint-js/util/cast.h>
#include <string_view>
// clang-format off
Expand Down

0 comments on commit 11a378d

Please sign in to comment.