Remove C-style STD headers in watchdir-kqueue.cc (#2037)

`string.h` is unused, `cerrno` is needed for `errno` macro.
This commit is contained in:
Dzmitry Neviadomski 2021-10-25 01:30:31 +03:00 committed by GitHub
parent 9bb3de406b
commit 3a966a77d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
*
*/
#include <errno.h>
#include <string.h> /* strcmp() */
#include <cerrno> /* errno */
#include <string>
#include <unordered_set>