aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.cpp')
-rw-r--r--src/function.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/function.cpp b/src/function.cpp
index 71182030..4d731ff3 100644
--- a/src/function.cpp
+++ b/src/function.cpp
@@ -6,9 +6,7 @@
is taken care of by the parser and to some degree the builtin
handling library.
*/
-
-#include "config.h" // IWYU pragma: keep
-
+// IWYU pragma: no_include <type_traits>
#include <wchar.h>
#include <pthread.h>
#include <map>
@@ -17,10 +15,10 @@
#include <stddef.h>
#include <string>
#include <utility>
+#include <memory>
-#include "wutil.h"
+#include "wutil.h" // IWYU pragma: keep
#include "fallback.h" // IWYU pragma: keep
-
#include "autoload.h"
#include "function.h"
#include "common.h"