]> git.sesse.net Git - vlc/blobdiff - plugins/imdct/ac3_srfft_c.c
* COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
[vlc] / plugins / imdct / ac3_srfft_c.c
index 9be24113c33ae47bfd596554749698507441ac34..51e89473d270d1a61246a66978ac67c08647fb94 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_srfft.c: ac3 FFT in C
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_srfft_c.c,v 1.2 2001/11/28 15:08:05 massiot Exp $
+ * $Id: ac3_srfft_c.c,v 1.3 2001/12/09 17:01:36 sam Exp $
  *
  * Authors: Renaud Dartus <reno@videolan.org>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -35,7 +35,6 @@
 #include <math.h>
 #include <stdio.h>
 
-#include "config.h"
 #include "common.h"
 
 #include "ac3_imdct.h"