various: remove global.h inclusion where not needed

This commit is contained in:
Kacper Michajłow
2024-10-01 03:09:11 +02:00
committed by sfan5
parent c11239be8c
commit 7202406fe8
19 changed files with 2 additions and 19 deletions

View File

@@ -26,7 +26,6 @@
#include "common/global.h"
#include "common/msg.h"
#include "common/msg_control.h"
#include "common/global.h"
#include "input/input.h"
#include "input/cmd.h"
#include "misc/ctype.h"

View File

@@ -34,7 +34,6 @@
#include "osdep/io.h"
#include "common/global.h"
#include "common/encode.h"
#include "common/msg.h"
#include "misc/ctype.h"

View File

@@ -34,7 +34,6 @@
#include "client.h"
#include "common/msg.h"
#include "common/msg_control.h"
#include "common/global.h"
#include "options/path.h"
#include "options/m_config.h"
#include "options/parse_configfile.h"

View File

@@ -32,7 +32,6 @@
#include "options/m_property.h"
#include "options/m_config.h"
#include "common/common.h"
#include "common/global.h"
#include "common/encode.h"
#include "common/playlist.h"
#include "input/input.h"

View File

@@ -21,7 +21,6 @@
#include <libavcodec/avcodec.h>
#include "common/global.h"
#include "osdep/io.h"
#include "mpv_talloc.h"

View File

@@ -26,7 +26,6 @@
#include "common/msg.h"
#include "options/options.h"
#include "common/common.h"
#include "common/global.h"
#include "stream/stream.h"
#include "sub/dec_sub.h"