aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/profile.h')
-rw-r--r--src/nvim/profile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/profile.h b/src/nvim/profile.h
index 117e15d4bc..839c435b3e 100644
--- a/src/nvim/profile.h
+++ b/src/nvim/profile.h
@@ -1,10 +1,10 @@
#pragma once
-#include <stdint.h>
+#include <stdint.h> // IWYU pragma: keep
#include <time.h>
-#include "nvim/cmdexpand_defs.h"
-#include "nvim/ex_cmds_defs.h"
+#include "nvim/cmdexpand_defs.h" // IWYU pragma: keep
+#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
#include "nvim/runtime.h"
#define TIME_MSG(s) do { \