aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utf8.h b/src/utf8.h
index a1f50154..1c9923db 100644
--- a/src/utf8.h
+++ b/src/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