From 0112143fdaae0a6264d9e02355e9dc0ca4f7741c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:39:45 +0100 Subject: Split mpvcore/ into common/, misc/, bstr/ --- audio/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/format.c') diff --git a/audio/format.c b/audio/format.c index 1f6b0cac20..e343ca36db 100644 --- a/audio/format.c +++ b/audio/format.c @@ -25,7 +25,7 @@ #include #include -#include "mpvcore/mp_common.h" +#include "common/common.h" #include "audio/filter/af.h" int af_fmt2bits(int format) -- cgit v1.2.3