Browse Source

Remove unused wchar.h and wctype.h includes.

master
Reece H. Dunn 8 years ago
parent
commit
71c010b712

+ 0
- 1
src/libespeak-ng/compiledict.c View File

@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/dictionary.c View File

@@ -25,7 +25,6 @@
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/fifo.c View File

@@ -29,7 +29,6 @@
#include <sys/time.h>
#include <time.h>
#include <unistd.h>
#include <wchar.h>

#include <espeak-ng/espeak_ng.h>


+ 0
- 1
src/libespeak-ng/intonation.c View File

@@ -23,7 +23,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/numbers.c View File

@@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>

+ 0
- 1
src/libespeak-ng/setlengths.c View File

@@ -23,7 +23,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/synth_mbrola.c View File

@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/synthdata.c View File

@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/synthesize.c View File

@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/tr_languages.c View File

@@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>

#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>

+ 0
- 1
src/libespeak-ng/voices.c View File

@@ -26,7 +26,6 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <wctype.h>

#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>

Loading…
Cancel
Save