summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-02-18 19:29:01 +0000
committerDudemanguy <random342@airmail.cc>2023-02-20 14:21:18 +0000
commit9efce6d4ae26114a23f41f0b3b2d0d9f0281547b (patch)
tree3fa0143e0d2fcf56ea66f4ea0027ab3e9aceedf9 /common
parenta90355660c9d5a37ea3f24d6ef162baee4b09ab2 (diff)
downloadmpv-9efce6d4ae26114a23f41f0b3b2d0d9f0281547b.tar.bz2
mpv-9efce6d4ae26114a23f41f0b3b2d0d9f0281547b.tar.xz
various: drop unused #include "config.h"
Most sources don't need config.h. The inclusion only leads to lots of unneeded recompilation if the configuration is changed.
Diffstat (limited to 'common')
-rw-r--r--common/encode_lavc.c1
-rw-r--r--common/playlist.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/common/encode_lavc.c b/common/encode_lavc.c
index bf77f04969..87fe88e33f 100644
--- a/common/encode_lavc.c
+++ b/common/encode_lavc.c
@@ -23,7 +23,6 @@
#include <libavutil/avutil.h>
#include <libavutil/timestamp.h>
-#include "config.h"
#include "encode_lavc.h"
#include "common/av_common.h"
#include "common/global.h"
diff --git a/common/playlist.c b/common/playlist.c
index 21e5f63097..ad5253bdd5 100644
--- a/common/playlist.c
+++ b/common/playlist.c
@@ -16,7 +16,6 @@
*/
#include <assert.h>
-#include "config.h"
#include "playlist.h"
#include "common/common.h"
#include "common/global.h"