aboutsummaryrefslogtreecommitdiffhomepage
path: root/pager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pager.cpp')
-rw-r--r--pager.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/pager.cpp b/pager.cpp
index b2a4e4da..a5cf0ecc 100644
--- a/pager.cpp
+++ b/pager.cpp
@@ -1,11 +1,14 @@
-#include "config.h"
+#include "config.h" // IWYU pragma: keep
-#include "pager.h"
-#include "highlight.h"
-#include "input_common.h"
-#include "wutil.h"
+#include <assert.h>
+#include <wchar.h>
+#include <wctype.h>
#include <vector>
#include <map>
+#include "util.h"
+#include "wutil.h" // IWYU pragma: keep - needed for wgettext
+#include "pager.h"
+#include "highlight.h"
typedef pager_t::comp_t comp_t;
typedef std::vector<completion_t> completion_list_t;