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

@@ -21,6 +21,7 @@
#ifndef ESPEAK_NG_SYNTHDATA_H
#define ESPEAK_NG_SYNTHDATA_H

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

#ifdef __cplusplus
@@ -28,11 +29,6 @@ extern "C"
{
#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 InterpretPhoneme2(int phcode, PHONEME_DATA *phdata);


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

@@ -25,8 +25,6 @@
#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/encoding.h>

#include "synthesize.h"

#ifdef __cplusplus
extern "C"
{

Loading…
Cancel
Save