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

@@ -36,7 +36,6 @@
#include <espeak-ng/encoding.h>

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

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

@@ -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"

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

@@ -25,7 +25,6 @@

#include <espeak-ng/espeak_ng.h>

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

#ifdef USE_ASYNC

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

@@ -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,

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

@@ -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"

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

@@ -82,7 +82,6 @@ void unload_MBR()
#include <unistd.h>

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

/*
* mbrola instance parameters

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

@@ -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"

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

@@ -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"

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

@@ -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"

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

@@ -20,8 +20,6 @@
#ifndef ESPEAK_NG_SYNTHESIZE_H
#define ESPEAK_NG_SYNTHESIZE_H

#include "speech.h"

#ifdef __cplusplus
extern "C"
{

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

@@ -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"

Loading…
Cancel
Save