aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pager.cpp')
-rw-r--r--src/pager.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/pager.cpp b/src/pager.cpp
index a5cf0ecc..1fb7847e 100644
--- a/src/pager.cpp
+++ b/src/pager.cpp
@@ -1,14 +1,19 @@
-#include "config.h" // IWYU pragma: keep
-
+// IWYU pragma: no_include <cstddef>
#include <assert.h>
#include <wchar.h>
#include <wctype.h>
#include <vector>
#include <map>
+#include <stddef.h>
+
#include "util.h"
-#include "wutil.h" // IWYU pragma: keep - needed for wgettext
+#include "wutil.h" // IWYU pragma: keep
#include "pager.h"
#include "highlight.h"
+#include "common.h"
+#include "screen.h"
+#include "complete.h"
+#include "reader.h"
typedef pager_t::comp_t comp_t;
typedef std::vector<completion_t> completion_list_t;