Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-27 00:28:44 +0400
committerMåns Rullgård <mans@mansr.com>2010-06-27 00:28:44 +0400
commit69d12904da10ffa9a5f414f03db776bd1dec8c66 (patch)
treeacff579a681916222dc3870d35865f73df5043c9 /libavcodec/pcm_tablegen.h
parent7f02d3570a6563bd84bf48e7b00b7855a9b194c6 (diff)
Remove unnecessary ../ from include directives
Originally committed as revision 23806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/pcm_tablegen.h')
-rw-r--r--libavcodec/pcm_tablegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pcm_tablegen.h b/libavcodec/pcm_tablegen.h
index 8921baaba2..3d641b05bb 100644
--- a/libavcodec/pcm_tablegen.h
+++ b/libavcodec/pcm_tablegen.h
@@ -24,7 +24,7 @@
#define PCM_TABLEGEN_H
#include <stdint.h>
-#include "../libavutil/attributes.h"
+#include "libavutil/attributes.h"
/* from g711.c by SUN microsystems (unrestricted use) */