From 4873b32c5959c988af1769529ff72e3fd62fba82 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 9 Nov 2012 01:06:43 +0100 Subject: Rename directories, move files (step 2 of 2) Finish renaming directories and moving files. Adjust all include statements to make the previous commit compile. The two commits are separate, because git is bad at tracking renames and content changes at the same time. Also take this as an opportunity to remove the separation between "common" and "mplayer" sources in the Makefile. ("common" used to be shared between mplayer and mencoder.) --- osdep/getch2-win.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'osdep/getch2-win.c') diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c index de886182c9..c7607cee47 100644 --- a/osdep/getch2-win.c +++ b/osdep/getch2-win.c @@ -28,9 +28,9 @@ #include #include #include -#include "input/keycodes.h" -#include "input/input.h" -#include "mp_fifo.h" +#include "core/input/keycodes.h" +#include "core/input/input.h" +#include "core/mp_fifo.h" #include "getch2.h" int mp_input_slave_cmd_func(int fd,char* dest,int size){ -- cgit v1.2.3