aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoload.h')
-rw-r--r--src/autoload.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/autoload.h b/src/autoload.h
index 08a67866..c364a4c3 100644
--- a/src/autoload.h
+++ b/src/autoload.h
@@ -6,10 +6,10 @@
#ifndef FISH_AUTOLOAD_H
#define FISH_AUTOLOAD_H
-#include <wchar.h>
-#include <map>
+#include <pthread.h>
+#include <stddef.h>
+#include <time.h>
#include <set>
-#include <list>
#include "common.h"
#include "lru.h"
@@ -40,7 +40,6 @@ struct builtin_script_t
const char *def;
};
-struct builtin_script_t;
class env_vars_snapshot_t;
/**