aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoload.cpp')
-rw-r--r--src/autoload.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/autoload.cpp b/src/autoload.cpp
index e0c16ab8..c5029362 100644
--- a/src/autoload.cpp
+++ b/src/autoload.cpp
@@ -3,14 +3,21 @@
The classes responsible for autoloading functions and completions.
*/
-#include "config.h"
+#include "config.h" // IWYU pragma: keep
#include "autoload.h"
#include "wutil.h"
#include "common.h"
-#include "signal.h"
+#include "signal.h" // IWYU pragma: keep - needed for CHECK_BLOCK
#include "env.h"
#include "exec.h"
#include <assert.h>
+#include <errno.h>
+#include <sys/stat.h>
+#include <unistd.h>
+#include <wchar.h>
+#include <string>
+#include <utility>
+#include <vector>
#include <algorithm>
/* The time before we'll recheck an autoloaded file */