Skip to content

Commit b7e6ab5

Browse files
committed
Clean up includes
1 parent 169c8c0 commit b7e6ab5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.clang-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Checks: >
3030
-readability-redundant-declaration
3131
3232
CheckOptions:
33-
readability-identifier-length.IgnoredParameterNames: 'ec|to'
34-
readability-identifier-length.IgnoredVariableNames: 'ec|to'
33+
readability-identifier-length.IgnoredParameterNames: 'ec'
34+
readability-identifier-length.IgnoredVariableNames: 'ec'

src/file.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@
99

1010
#include <cstdio>
1111
#include <filesystem>
12-
#include <ios>
1312
#include <system_error>
1413
#include <type_traits>
1514

16-
#ifdef __GLIBCXX__
17-
#include <ext/stdio_filebuf.h>
18-
#endif
19-
2015
#ifdef _WIN32
2116
#include <Windows.h>
2217
#include <io.h>

0 commit comments

Comments
 (0)