Merge remote-tracking branch 'qatar/master'

* qatar/master:
  Drop pointless directory name prefixes from #includes in the current dir

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-09-11 12:50:55 +02:00
9 changed files with 12 additions and 11 deletions

View File

@ -20,7 +20,7 @@
*/
#include "config.h"
#include "libavutil/attributes.h"
#include "attributes.h"
#include "float_dsp.h"
static void vector_fmul_c(float *dst, const float *src0, const float *src1,