aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utf8.cpp
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-29 09:30:19 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-29 09:30:19 +0800
commita6a16808e34966fa8650fdda0538ba85a8019c5e (patch)
tree3d731ab1a78551aea75e6dd321918a4f61c857b0 /src/utf8.cpp
parentaee71b594b11d4bc6b5be9f4c6febb35c41a3096 (diff)
parent958880d97251b09af5c639a11d914067929e91af (diff)
Merge branch 'iwyu'
Diffstat (limited to 'src/utf8.cpp')
-rw-r--r--src/utf8.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utf8.cpp b/src/utf8.cpp
index 196b5268..62453be4 100644
--- a/src/utf8.cpp
+++ b/src/utf8.cpp
@@ -16,13 +16,12 @@
#include <sys/types.h>
#include <stdint.h>
-#include <wchar.h>
#include "utf8.h"
#include <string>
-#include <vector>
#include <limits>
+#include <algorithm>
#define _NXT 0x80
#define _SEQ2 0xc0