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:
authorDiego Biurrun <diego@biurrun.de>2013-09-10 10:30:54 +0400
committerDiego Biurrun <diego@biurrun.de>2013-09-10 14:38:41 +0400
commita0b901a348e435f0234440736670fc9e8fcca836 (patch)
tree30233de7d675506bb3b4859fd4804a4b23eed7ec /libavcodec/avcodec.h
parentec17d1aa8b833d49d8fc479e44e9e22858aa486c (diff)
Drop pointless directory name prefixes from #includes in the current dir
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index caf828496d..2a39b433c3 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -39,7 +39,8 @@
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
-#include "libavcodec/version.h"
+#include "version.h"
+
/**
* @defgroup libavc Encoding/Decoding Library
* @{