mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
video: remove aspect.h includes from files which don't need it
This commit is contained in:
parent
4b87cb39a3
commit
1ae1939742
@ -42,7 +42,6 @@
|
||||
#include <assert.h>
|
||||
#include "talloc.h"
|
||||
#include "gl_common.h"
|
||||
#include "aspect.h"
|
||||
#include "core/options.h"
|
||||
#include "sub/sub.h"
|
||||
#include "bitmap_packer.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
// mplayer includes
|
||||
#import "talloc.h"
|
||||
#import "vo.h"
|
||||
#import "aspect.h"
|
||||
#import "sub/sub.h"
|
||||
#import "core/subopt-helper.h"
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "video/img_format.h"
|
||||
#include "video/memcpy_pic.h"
|
||||
#include "core/mp_msg.h"
|
||||
#include "aspect.h"
|
||||
#include "w32_common.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "sub/sub.h"
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include "gl_common.h"
|
||||
#include "gl_osd.h"
|
||||
#include "filter_kernels.h"
|
||||
#include "aspect.h"
|
||||
#include "video/memcpy_pic.h"
|
||||
|
||||
static const char vo_opengl_shaders[] =
|
||||
|
@ -40,7 +40,6 @@
|
||||
|
||||
#include "gl_common.h"
|
||||
#include "gl_osd.h"
|
||||
#include "aspect.h"
|
||||
#include "video/memcpy_pic.h"
|
||||
#include "pnm_loader.h"
|
||||
|
||||
|
@ -44,7 +44,6 @@
|
||||
#include "talloc.h"
|
||||
#include "vo.h"
|
||||
#include "x11_common.h"
|
||||
#include "aspect.h"
|
||||
#include "video/csputils.h"
|
||||
#include "sub/sub.h"
|
||||
#include "core/m_option.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "vo.h"
|
||||
#include "aspect.h"
|
||||
#include "video/csputils.h"
|
||||
#include "video/mp_image.h"
|
||||
#include "video/vfcap.h"
|
||||
|
@ -52,7 +52,6 @@
|
||||
#include "video/memcpy_pic.h"
|
||||
#include "sub/sub.h"
|
||||
#include "sub/draw_bmp.h"
|
||||
#include "aspect.h"
|
||||
#include "video/csputils.h"
|
||||
#include "core/subopt-helper.h"
|
||||
#include "osdep/timer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user