Browse Source

remove unnecessary include of synthesize.h

master
Juho Hiltunen 7 years ago
parent
commit
655dbf6b7a
2 changed files with 1 additions and 7 deletions
  1. 1
    5
      src/libespeak-ng/synthdata.h
  2. 0
    2
      src/libespeak-ng/translate.h

+ 1
- 5
src/libespeak-ng/synthdata.h View File

#ifndef ESPEAK_NG_SYNTHDATA_H #ifndef ESPEAK_NG_SYNTHDATA_H
#define ESPEAK_NG_SYNTHDATA_H #define ESPEAK_NG_SYNTHDATA_H


#include "synthesize.h"
#include "translate.h" #include "translate.h"


#ifdef __cplusplus #ifdef __cplusplus
{ {
#endif #endif


// forward declare these to avoid including the whole synthesize.h
struct PHONEME_LIST;
struct PHONEME_DATA;
struct WORD_PH_DATA;

void InterpretPhoneme(Translator *tr, int control, PHONEME_LIST *plist, PHONEME_DATA *phdata, WORD_PH_DATA *worddata); void InterpretPhoneme(Translator *tr, int control, PHONEME_LIST *plist, PHONEME_DATA *phdata, WORD_PH_DATA *worddata);
void InterpretPhoneme2(int phcode, PHONEME_DATA *phdata); void InterpretPhoneme2(int phcode, PHONEME_DATA *phdata);



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

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


#include "synthesize.h"

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

Loading…
Cancel
Save