1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-24 00:46:58 +00:00

input.c: Remove unnecessary #include "osdep/getch2.h"

This commit is contained in:
Uoti Urpala 2008-04-29 12:13:20 +03:00
parent c57224ddec
commit 5a08b7f96d

View File

@ -17,7 +17,6 @@
#include <assert.h>
#endif
#include "mp_fifo.h"
#include "osdep/getch2.h"
#include "osdep/keycodes.h"
#include "osdep/timer.h"
#include "libavutil/avstring.h"