summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-18 13:46:05 +0200
committerwm4 <wm4@nowhere>2013-07-18 13:46:05 +0200
commit7f88e36911fc1ad8a59c7335a0d33119519742fc (patch)
tree9df27e19544ea58d28dcf6e1b4bf0b00e7775fea /video/sws_utils.h
parent4fd06a78aecf6b52ae28170cfa05ba0d36e75265 (diff)
downloadmpv-7f88e36911fc1ad8a59c7335a0d33119519742fc.tar.bz2
mpv-7f88e36911fc1ad8a59c7335a0d33119519742fc.tar.xz
sws_utils: don't recursively include libswscale header
Add libswscale includes where they are actually needed instead.
Diffstat (limited to 'video/sws_utils.h')
-rw-r--r--video/sws_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/sws_utils.h b/video/sws_utils.h
index aa6828a35e..f35cd626d1 100644
--- a/video/sws_utils.h
+++ b/video/sws_utils.h
@@ -2,7 +2,6 @@
#define MPLAYER_SWS_UTILS_H
#include <stdbool.h>
-#include <libswscale/swscale.h>
#include "mp_image.h"