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.) --- audio/out/ao_pcm.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'audio/out/ao_pcm.c') diff --git a/audio/out/ao_pcm.c b/audio/out/ao_pcm.c index 0b1c527e89..f0fd390c8e 100644 --- a/audio/out/ao_pcm.c +++ b/audio/out/ao_pcm.c @@ -28,11 +28,11 @@ #include "talloc.h" -#include "subopt-helper.h" -#include "libaf/format.h" -#include "libaf/reorder_ch.h" -#include "audio_out.h" -#include "mp_msg.h" +#include "core/subopt-helper.h" +#include "audio/format.h" +#include "audio/reorder_ch.h" +#include "ao.h" +#include "core/mp_msg.h" #ifdef __MINGW32__ // for GetFileType to detect pipes -- cgit v1.2.3