Browse Source

remove more unnecessary speech.h includes

master
Juho Hiltunen 7 years ago
parent
commit
079d5a92c5

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

#include <espeak-ng/encoding.h> #include <espeak-ng/encoding.h>


#include "error.h" #include "error.h"
#include "speech.h"
#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"

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

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


#include "speech.h"
#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"

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



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


#include "speech.h"
#include "espeak_command.h" #include "espeak_command.h"


#ifdef USE_ASYNC #ifdef USE_ASYNC

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

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


#include "speech.h"
#include "event.h" #include "event.h"


// my_mutex: protects my_thread_is_talking, // my_mutex: protects my_thread_is_talking,

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

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


#include "speech.h"
#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"

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

#include <unistd.h> #include <unistd.h>


#include <espeak-ng/espeak_ng.h> #include <espeak-ng/espeak_ng.h>
#include "speech.h"


/* /*
* mbrola instance parameters * mbrola instance parameters

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

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


#include "speech.h"
#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"

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

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


#include "speech.h"
#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"

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

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


#include "speech.h"
#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"

+ 0
- 2
src/libespeak-ng/synthesize.h View File

#ifndef ESPEAK_NG_SYNTHESIZE_H #ifndef ESPEAK_NG_SYNTHESIZE_H
#define ESPEAK_NG_SYNTHESIZE_H #define ESPEAK_NG_SYNTHESIZE_H


#include "speech.h"

#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
{ {

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

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


#include "speech.h"
#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"

Loading…
Cancel
Save