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. --- ext/flac/gstflac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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