Drop pointless directory name prefixes from #includes in the current dir

This commit is contained in:
Diego Biurrun
2013-09-10 08:30:54 +02:00
parent ec17d1aa8b
commit a0b901a348
9 changed files with 12 additions and 11 deletions

View File

@@ -17,7 +17,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,