From e93a10df4ac5ebae65e2b9221321eff96d1a99a7 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 27 May 2006 12:10:50 +0000 Subject: ext/flac/gstflac.c: Don't #include file we don't dist any longer. Original commit message from CVS: * ext/flac/gstflac.c: Don't #include file we don't dist any longer. --- ChangeLog | 5 +++++ ext/flac/gstflac.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dfb0aad5..e553e965 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-27 Tim-Philipp Müller + + * ext/flac/gstflac.c: + Don't #include file we don't dist any longer. + 2006-05-27 Tim-Philipp Müller * README: diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c index 6ae9d7af..21241827 100644 --- a/ext/flac/gstflac.c +++ b/ext/flac/gstflac.c @@ -23,7 +23,7 @@ #include "gstflacenc.h" #include "gstflacdec.h" -#include "gstflactag.h" +/* #include "gstflactag.h" */ #include -- cgit