diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-09-10 08:30:54 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-10 12:38:41 +0200 |
commit | a0b901a348e435f0234440736670fc9e8fcca836 (patch) | |
tree | 30233de7d675506bb3b4859fd4804a4b23eed7ec /libavcodec/s3tc.c | |
parent | ec17d1aa8b833d49d8fc479e44e9e22858aa486c (diff) | |
download | ffmpeg-a0b901a348e435f0234440736670fc9e8fcca836.tar.gz |
Drop pointless directory name prefixes from #includes in the current dir
Diffstat (limited to 'libavcodec/s3tc.c')
-rw-r--r-- | libavcodec/s3tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/s3tc.c b/libavcodec/s3tc.c index 62dc356792..d35cf2ac07 100644 --- a/libavcodec/s3tc.c +++ b/libavcodec/s3tc.c @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/bytestream.h" #include "avcodec.h" +#include "bytestream.h" #include "s3tc.h" static inline void dxt1_decode_pixels(GetByteContext *gb, uint32_t *d, |