aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.cpp')
-rw-r--r--src/path.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/path.cpp b/src/path.cpp
index a85b662f..ebe14165 100644
--- a/src/path.cpp
+++ b/src/path.cpp
@@ -1,5 +1,3 @@
-#include "config.h" // IWYU pragma: keep
-
#include <wchar.h>
#include <sys/stat.h>
#include <unistd.h>
@@ -11,7 +9,7 @@
#include "fallback.h" // IWYU pragma: keep
#include "common.h"
#include "env.h"
-#include "wutil.h"
+#include "wutil.h" // IWYU pragma: keep
#include "path.h"
#include "expand.h"