@@ -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); | |||
@@ -25,8 +25,6 @@ | |||
#include <espeak-ng/espeak_ng.h> | |||
#include <espeak-ng/encoding.h> | |||
#include "synthesize.h" | |||
#ifdef __cplusplus | |||
extern "C" | |||
{ |