summaryrefslogtreecommitdiffstats
path: root/libfaad2/mdct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/mdct.h')
-rw-r--r--libfaad2/mdct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libfaad2/mdct.h b/libfaad2/mdct.h
index d9d1852e62..6f00213089 100644
--- a/libfaad2/mdct.h
+++ b/libfaad2/mdct.h
@@ -22,7 +22,7 @@
** Commercial non-GPL licensing of this software is possible.
** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
**
-** $Id: mdct.h,v 1.14 2003/07/29 08:20:12 menno Exp $
+** $Id: mdct.h,v 1.15 2003/09/09 18:09:52 menno Exp $
**/
#ifndef __MDCT_H__
@@ -32,7 +32,6 @@
extern "C" {
#endif
-#include "cfft.h"
mdct_info *faad_mdct_init(uint16_t N);
void faad_mdct_end(mdct_info *mdct);