summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-09-10 08:30:54 +0200
committerDiego Biurrun <diego@biurrun.de>2013-09-10 12:38:41 +0200
commita0b901a348e435f0234440736670fc9e8fcca836 (patch)
tree30233de7d675506bb3b4859fd4804a4b23eed7ec /libswscale
parentec17d1aa8b833d49d8fc479e44e9e22858aa486c (diff)
Drop pointless directory name prefixes from #includes in the current dir
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/rgb2rgb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index 42f468fe21..79c378da75 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -28,8 +28,8 @@
#include <inttypes.h>
-#include "libswscale/swscale.h"
#include "libavutil/avutil.h"
+#include "swscale.h"
/* A full collection of RGB to RGB(BGR) converters */
extern void (*rgb24tobgr32)(const uint8_t *src, uint8_t *dst, int src_size);