From 25d4ae74f1dbddf99b147df0887d6810d34e36dd Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Dec 2013 21:31:27 +0100 Subject: Rename getch2....c/h to terminal....c/h "getch2" really tells nothing about what the heck this code does. It'd be even worse when moving the rest of terminal handling code there. --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index 217d01c00f..a1d56df5f0 100644 --- a/player/main.c +++ b/player/main.c @@ -28,8 +28,8 @@ #include "talloc.h" #include "osdep/io.h" -#include "osdep/getch2.h" #include "osdep/priority.h" +#include "osdep/terminal.h" #include "osdep/timer.h" #include "common/av_log.h" -- cgit v1.2.3