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.
This commit is contained in:
Thomas Weißschuh
2023-02-18 19:29:01 +00:00
committed by Dudemanguy
parent a90355660c
commit 9efce6d4ae
84 changed files with 0 additions and 125 deletions

View File

@@ -21,7 +21,6 @@
#include <math.h>
#include <assert.h>
#include "config.h"
#include "mpv_talloc.h"
#include "common/msg.h"