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

@@ -20,8 +20,6 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include <stdlib.h>
#include <string.h>