various: move unistd.h inclusion to common.h

This commit is contained in:
Kacper Michajłow
2024-05-01 19:40:37 +02:00
parent e1e09938c5
commit 18ef834ef4
40 changed files with 10 additions and 42 deletions

View File

@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "mpv_talloc.h"