diff --git a/gst/dtmf/tone_detect.c b/gst/dtmf/tone_detect.c index 4785e514fe..c3b92ba7d4 100644 --- a/gst/dtmf/tone_detect.c +++ b/gst/dtmf/tone_detect.c @@ -32,7 +32,6 @@ */ #include -#include #include #include #include diff --git a/gst/dtmf/tone_detect.h b/gst/dtmf/tone_detect.h index 9b11dbae30..07c482c55f 100644 --- a/gst/dtmf/tone_detect.h +++ b/gst/dtmf/tone_detect.h @@ -30,6 +30,11 @@ detriment. */ +#ifndef __TONE_DETECT_H__ +#define __TONE_DETECT_H__ + +#include + typedef struct { float v2; @@ -83,4 +88,6 @@ int zap_dtmf_get (dtmf_detect_state_t *s, char *buf, int max); +#endif /* __TONE_DETECT_H__ */ + /*- End of file ------------------------------------------------------------*/