summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sixel.c
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-05-01 19:40:37 +0200
committerKacper Michajłow <kasper93@gmail.com>2024-05-06 22:01:17 +0200
commit18ef834ef411893b92e177855ee893f05a0859e9 (patch)
tree7da1ba0076a444cef83331896d022c5205bb085e /video/out/vo_sixel.c
parente1e09938c5869929c3a7d1a81618b7b2e777ef6d (diff)
downloadmpv-18ef834ef411893b92e177855ee893f05a0859e9.tar.bz2
mpv-18ef834ef411893b92e177855ee893f05a0859e9.tar.xz
various: move unistd.h inclusion to common.h
Diffstat (limited to 'video/out/vo_sixel.c')
-rw-r--r--video/out/vo_sixel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/vo_sixel.c b/video/out/vo_sixel.c
index c7df67f17f..ba5341b54a 100644
--- a/video/out/vo_sixel.c
+++ b/video/out/vo_sixel.c
@@ -35,10 +35,6 @@
#include "video/sws_utils.h"
#include "video/mp_image.h"
-#if HAVE_POSIX
-#include <unistd.h>
-#endif
-
#define IMGFMT IMGFMT_RGB24
#define TERM_ESC_USE_GLOBAL_COLOR_REG "\033[?1070l"