mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Remove two duplicated #includes
This commit is contained in:
parent
aaacdb89b6
commit
b7c069a765
2 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@
|
|||
|
||||
#ifdef __linux__
|
||||
// Includes for WSL detection
|
||||
#include <cstring>
|
||||
#include <sys/utsname.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <cwchar>
|
||||
#include <wctype.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in a new issue