aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand.h')
-rw-r--r--src/expand.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/expand.h b/src/expand.h
index 1f42982b..8fe80b3b 100644
--- a/src/expand.h
+++ b/src/expand.h
@@ -15,12 +15,14 @@
*/
#define FISH_EXPAND_H
+#include "config.h" // for __warn_unused
+
#include <wchar.h>
+#include <string> // for string
+#include <vector> // for vector
-#include "util.h"
#include "common.h"
#include "parse_constants.h"
-#include <list>
enum
{
@@ -134,8 +136,6 @@ enum
*/
#define ARRAY_BOUNDS_ERR _(L"Array index out of bounds")
-class parser_t;
-
/**
Perform various forms of expansion on in, such as tilde expansion
(\~USER becomes the users home directory), variable expansion