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_openal.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/out/ao_openal.c') diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c index e5a40a769d..157cf93ac4 100644 --- a/audio/out/ao_openal.c +++ b/audio/out/ao_openal.c @@ -35,13 +35,13 @@ #include #endif -#include "mp_msg.h" +#include "core/mp_msg.h" -#include "audio_out.h" +#include "ao.h" #include "audio_out_internal.h" -#include "libaf/format.h" +#include "audio/format.h" #include "osdep/timer.h" -#include "subopt-helper.h" +#include "core/subopt-helper.h" static const ao_info_t info = { -- cgit v1.2.3