diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-05 01:28:22 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-07 10:31:26 +0200 |
commit | dc25d79f4980fb547908f4dd43732ebc0622610c (patch) | |
tree | 91694594d20104d3425db813f6f70cf9b61ca6a2 /libavutil/imgutils.h | |
parent | b9c6c7cb25932b594fd684a0cb553e439d49fe12 (diff) | |
download | ffmpeg-dc25d79f4980fb547908f4dd43732ebc0622610c.tar.gz |
Drop unnecessary directory prefixes from #include directives.
Diffstat (limited to 'libavutil/imgutils.h')
-rw-r--r-- | libavutil/imgutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 7abeb657fb..b569eb1ca4 100644 --- a/libavutil/imgutils.h +++ b/libavutil/imgutils.h @@ -24,8 +24,8 @@ * misc image utilities */ -#include "libavutil/pixdesc.h" #include "avutil.h" +#include "pixdesc.h" /** * Compute the max pixel step for each plane of an image with a |