aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wildcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wildcard.cpp')
-rw-r--r--src/wildcard.cpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/wildcard.cpp b/src/wildcard.cpp
index 202b836d..471453f6 100644
--- a/src/wildcard.cpp
+++ b/src/wildcard.cpp
@@ -3,32 +3,27 @@
Fish needs it's own globbing implementation to support
tab-expansion of globbed parameters. Also provides recursive
wildcards using **.
-
*/
-
-#include "config.h" // IWYU pragma: keep
-#include <stdlib.h>
#include <wchar.h>
#include <unistd.h>
#include <sys/stat.h>
#include <dirent.h>
#include <errno.h>
-#include <string.h>
#include <set>
#include <assert.h>
-#include <stddef.h>
-#include <wctype.h>
#include <string>
#include <utility>
+#include <stdbool.h>
+#include <sys/types.h>
+#include <memory>
-#include "fallback.h"
-#include "wutil.h"
+#include "fallback.h" // IWYU pragma: keep
+#include "wutil.h" // IWYU pragma: keep
#include "common.h"
#include "wildcard.h"
#include "complete.h"
#include "reader.h"
#include "expand.h"
-#include <map>
/**
Description for generic executable