# HG changeset patch # User mru # Date 1277584124 0 # Node ID 4b23002462405440122a81989752854bcec9d7cb # Parent 7c0b1b1593d68c19c4961dd9a3c06628d1ca6d15 Remove unnecessary ../ from include directives diff -r 7c0b1b1593d6 -r 4b2300246240 aac_tablegen.h --- a/aac_tablegen.h Sat Jun 26 18:34:56 2010 +0000 +++ b/aac_tablegen.h Sat Jun 26 20:28:44 2010 +0000 @@ -28,7 +28,7 @@ #if CONFIG_HARDCODED_TABLES #include "libavcodec/aac_tables.h" #else -#include "../libavutil/mathematics.h" +#include "libavutil/mathematics.h" float ff_aac_pow2sf_tab[428]; void ff_aac_tableinit(void) diff -r 7c0b1b1593d6 -r 4b2300246240 aacps_tablegen.h --- a/aacps_tablegen.h Sat Jun 26 18:34:56 2010 +0000 +++ b/aacps_tablegen.h Sat Jun 26 20:28:44 2010 +0000 @@ -29,8 +29,8 @@ #define ps_tableinit() #include "libavcodec/aacps_tables.h" #else -#include "../libavutil/common.h" -#include "../libavutil/mathematics.h" +#include "libavutil/common.h" +#include "libavutil/mathematics.h" #define NR_ALLPASS_BANDS20 30 #define NR_ALLPASS_BANDS34 50 #define PS_AP_LINKS 3 diff -r 7c0b1b1593d6 -r 4b2300246240 mdct_tablegen.h --- a/mdct_tablegen.h Sat Jun 26 18:34:56 2010 +0000 +++ b/mdct_tablegen.h Sat Jun 26 20:28:44 2010 +0000 @@ -24,7 +24,7 @@ // do not use libavutil/libm.h since this is compiled both // for the host and the target and config.h is only valid for the target #include -#include "../libavutil/attributes.h" +#include "libavutil/attributes.h" #if !CONFIG_HARDCODED_TABLES SINETABLE( 32); diff -r 7c0b1b1593d6 -r 4b2300246240 pcm_tablegen.h --- a/pcm_tablegen.h Sat Jun 26 18:34:56 2010 +0000 +++ b/pcm_tablegen.h Sat Jun 26 20:28:44 2010 +0000 @@ -24,7 +24,7 @@ #define PCM_TABLEGEN_H #include -#include "../libavutil/attributes.h" +#include "libavutil/attributes.h" /* from g711.c by SUN microsystems (unrestricted use) */ diff -r 7c0b1b1593d6 -r 4b2300246240 qdm2_tablegen.h --- a/qdm2_tablegen.h Sat Jun 26 18:34:56 2010 +0000 +++ b/qdm2_tablegen.h Sat Jun 26 20:28:44 2010 +0000 @@ -25,7 +25,7 @@ #include #include -#include "../libavutil/attributes.h" +#include "libavutil/attributes.h" #define SOFTCLIP_THRESHOLD 27600 #define HARDCLIP_THRESHOLD 35716