aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.h
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:14:25 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:53:32 +0800
commit78162a2a1343a7caff3d43f457daa87475e6b926 (patch)
tree5202c4b2c21b80822bf07282df2e25ad336812f9 /autoload.h
parent30ea4fc416c533e9ca3c1fb464e08c004946de00 (diff)
Initial pass with Include What You Use
Diffstat (limited to 'autoload.h')
-rw-r--r--autoload.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/autoload.h b/autoload.h
index b4338538..610efed0 100644
--- a/autoload.h
+++ b/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;
/**