File tree 3 files changed +6
-15
lines changed
3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ cc_library(
5
5
visibility = ["//visibility:public" ],
6
6
deps = [
7
7
"@absl//absl/strings" ,
8
- "@binlog" ,
9
8
"@fmt" ,
10
9
"@json" ,
11
10
],
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include < binlog/binlog.hpp>
4
- #include < string>
5
- #include < vector>
6
- #include < unordered_map>
7
- #include < optional>
8
- #include < cassert>
9
- #include < fstream>
10
- #include < filesystem>
11
- #include < sstream>
12
- #include < mutex>
13
- #include < fmt/format.h>
14
- #include < fmt/chrono.h>
15
-
16
- #include " swift/logging/Formatters.h"
17
3
#include " shared/cpp/Diagnostics.h"
18
4
19
5
namespace codeql {
@@ -29,4 +15,5 @@ constexpr Diagnostic internalError{
29
15
" \n "
30
16
" [1]: https://github.com/github/codeql/issues/new?labels=bug&template=ql---general.md" ,
31
17
.severity = Diagnostic::Severity::warning};
18
+
32
19
} // namespace codeql
Original file line number Diff line number Diff line change 6
6
#include < regex>
7
7
#include < vector>
8
8
9
+ #include < fmt/format.h>
10
+ #include < fmt/chrono.h>
11
+
12
+ #include " swift/logging/Formatters.h"
13
+
9
14
#include < binlog/binlog.hpp>
10
15
#include < binlog/TextOutputStream.hpp>
11
16
#include < binlog/EventFilter.hpp>
You can’t perform that action at this time.
0 commit comments