comparison mdct_tablegen.h @ 11967:4b2300246240 libavcodec

Remove unnecessary ../ from include directives
author mru
date Sat, 26 Jun 2010 20:28:44 +0000
parents a1b4029b2465
children
comparison
equal deleted inserted replaced
11966:7c0b1b1593d6 11967:4b2300246240
22 22
23 #include <assert.h> 23 #include <assert.h>
24 // do not use libavutil/libm.h since this is compiled both 24 // do not use libavutil/libm.h since this is compiled both
25 // for the host and the target and config.h is only valid for the target 25 // for the host and the target and config.h is only valid for the target
26 #include <math.h> 26 #include <math.h>
27 #include "../libavutil/attributes.h" 27 #include "libavutil/attributes.h"
28 28
29 #if !CONFIG_HARDCODED_TABLES 29 #if !CONFIG_HARDCODED_TABLES
30 SINETABLE( 32); 30 SINETABLE( 32);
31 SINETABLE( 64); 31 SINETABLE( 64);
32 SINETABLE( 128); 32 SINETABLE( 128);