aboutsummaryrefslogtreecommitdiffhomepage
path: root/utf8.h
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:14:25 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-25 23:53:32 +0800
commit78162a2a1343a7caff3d43f457daa87475e6b926 (patch)
tree5202c4b2c21b80822bf07282df2e25ad336812f9 /utf8.h
parent30ea4fc416c533e9ca3c1fb464e08c004946de00 (diff)
Initial pass with Include What You Use
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utf8.h b/utf8.h
index a1f50154..1c9923db 100644
--- a/utf8.h
+++ b/utf8.h
@@ -20,10 +20,9 @@
#ifndef _UTF8_H_
#define _UTF8_H_
-#include <sys/types.h>
+#include <stddef.h>
#include <string>
-#include <wchar.h>
#define UTF8_IGNORE_ERROR 0x01
#define UTF8_SKIP_BOM 0x02