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/chmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/chmap.c') diff --git a/audio/chmap.c b/audio/chmap.c index 0e714f3c83..ce301b6565 100644 --- a/audio/chmap.c +++ b/audio/chmap.c @@ -18,7 +18,7 @@ #include #include -#include "mpvcore/mp_msg.h" +#include "common/msg.h" #include "chmap.h" // Names taken from libavutil/channel_layout.c (Not accessible by API.) -- cgit v1.2.3