@@ -36,7 +36,6 @@ | |||
#include <espeak-ng/encoding.h> | |||
#include "error.h" | |||
#include "speech.h" | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" |
@@ -27,7 +27,6 @@ | |||
#include <espeak-ng/speak_lib.h> | |||
#include <espeak-ng/encoding.h> | |||
#include "speech.h" | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" |
@@ -25,7 +25,6 @@ | |||
#include <espeak-ng/espeak_ng.h> | |||
#include "speech.h" | |||
#include "espeak_command.h" | |||
#ifdef USE_ASYNC |
@@ -33,7 +33,6 @@ | |||
#include <espeak-ng/espeak_ng.h> | |||
#include <espeak-ng/speak_lib.h> | |||
#include "speech.h" | |||
#include "event.h" | |||
// my_mutex: protects my_thread_is_talking, |
@@ -28,7 +28,6 @@ | |||
#include <espeak-ng/speak_lib.h> | |||
#include <espeak-ng/encoding.h> | |||
#include "speech.h" | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" |
@@ -82,7 +82,6 @@ void unload_MBR() | |||
#include <unistd.h> | |||
#include <espeak-ng/espeak_ng.h> | |||
#include "speech.h" | |||
/* | |||
* mbrola instance parameters |
@@ -31,7 +31,6 @@ | |||
#include <espeak-ng/speak_lib.h> | |||
#include <espeak-ng/encoding.h> | |||
#include "speech.h" | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" |
@@ -29,7 +29,6 @@ | |||
#include <espeak-ng/speak_lib.h> | |||
#include <espeak-ng/encoding.h> | |||
#include "speech.h" | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" |
@@ -28,7 +28,6 @@ | |||
#include <espeak-ng/speak_lib.h> | |||
#include <espeak-ng/encoding.h> | |||
#include "speech.h" | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" |
@@ -20,8 +20,6 @@ | |||
#ifndef ESPEAK_NG_SYNTHESIZE_H | |||
#define ESPEAK_NG_SYNTHESIZE_H | |||
#include "speech.h" | |||
#ifdef __cplusplus | |||
extern "C" | |||
{ |
@@ -30,7 +30,6 @@ | |||
#include <espeak-ng/speak_lib.h> | |||
#include <espeak-ng/encoding.h> | |||
#include "speech.h" | |||
#include "phoneme.h" | |||
#include "voice.h" | |||
#include "synthesize.h" |