mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
builtins/path.cpp: remove <glob.h>
I don't believe we use any system glob faciltiies.
This commit is contained in:
parent
3e0f3c9f45
commit
cbd0ec568c
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <glob.h>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue