include cleanup

This commit is contained in:
Max Kellermann
2020-07-23 16:14:23 +02:00
parent 7daf80a0c0
commit 155fc8fa5a
10 changed files with 18 additions and 13 deletions

View File

@@ -32,7 +32,7 @@
#include "util/Compiler.h"
#include <system_error>
#include <system_error> // IWYU pragma: export
#include <utility>
#include <stdio.h>
@@ -92,7 +92,7 @@ FormatLastError(const char *fmt, Args&&... args) noexcept
#endif /* _WIN32 */
#include <cerrno>
#include <cerrno> // IWYU pragma: export
#include <string.h>