mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
Remove two duplicated #includes
This commit is contained in:
parent
aaacdb89b6
commit
b7c069a765
@ -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…
x
Reference in New Issue
Block a user