aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'function.h')
-rw-r--r--function.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/function.h b/function.h
index ac56bd46..cd3f6f5a 100644
--- a/function.h
+++ b/function.h
@@ -10,16 +10,14 @@
#ifndef FISH_FUNCTION_H
#define FISH_FUNCTION_H
-#include <wchar.h>
+#include <vector>
#include <map>
-#include "util.h"
#include "common.h"
#include "event.h"
#include "env.h"
class parser_t;
-class env_vars_snapshot_t;
/**
Structure describing a function. This is used by the parser to