video: remove aspect.h includes from files which don't need it

This commit is contained in:
wm4 2013-03-14 16:40:19 +01:00
parent 4b87cb39a3
commit 1ae1939742
8 changed files with 0 additions and 8 deletions

View File

@ -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"

View File

@ -26,7 +26,6 @@
// mplayer includes
#import "talloc.h"
#import "vo.h"
#import "aspect.h"
#import "sub/sub.h"
#import "core/subopt-helper.h"

View File

@ -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"

View File

@ -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[] =

View File

@ -40,7 +40,6 @@
#include "gl_common.h"
#include "gl_osd.h"
#include "aspect.h"
#include "video/memcpy_pic.h"
#include "pnm_loader.h"

View File

@ -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"

View File

@ -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"

View File

@ -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"