aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.cpp')
-rw-r--r--src/path.cpp13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/path.cpp b/src/path.cpp
index e61ae651..62a31a63 100644
--- a/src/path.cpp
+++ b/src/path.cpp
@@ -1,17 +1,14 @@
-#include "config.h"
+#include "config.h" // IWYU pragma: keep
-#include <stdlib.h>
-#include <stdio.h>
#include <wchar.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
-#include <libgen.h>
-
-#include "fallback.h"
-#include "util.h"
+#include <assert.h>
+#include <string>
+#include <vector>
+#include "fallback.h" // IWYU pragma: keep
#include "common.h"
#include "env.h"
#include "wutil.h"