aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tokenizer.cpp')
-rw-r--r--src/tokenizer.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp
index 4075c73b..2eca6627 100644
--- a/src/tokenizer.cpp
+++ b/src/tokenizer.cpp
@@ -5,19 +5,17 @@ future, the tokenizer should be extended to support marks,
tokenizing multiple strings and disposing of unused string
segments.
*/
-
-#include "config.h" // IWYU pragma: keep
-
#include <wchar.h>
#include <wctype.h>
#include <unistd.h>
#include <fcntl.h>
#include <assert.h>
#include <string>
+#include <limits.h>
#include "fallback.h" // IWYU pragma: keep
#include "common.h"
-#include "wutil.h" // IWYU pragma: keep - needed for wgettext
+#include "wutil.h" // IWYU pragma: keep
#include "tokenizer.h"
/* Wow what a hack */