From 56eafe33448780231cd2626239cac443e1cdbab4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 01:08:53 +0100 Subject: Rename mp_core.h to core.h Get rid of the mp_ prefix. --- player/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/osd.c') diff --git a/player/osd.c b/player/osd.c index 42409b555f..f2a81b961b 100644 --- a/player/osd.c +++ b/player/osd.c @@ -38,7 +38,7 @@ #include "demux/demux.h" #include "sub/osd.h" -#include "mp_core.h" +#include "core.h" #include "command.h" #define saddf(var, ...) (*(var) = talloc_asprintf_append((*var), __VA_ARGS__)) -- cgit v1.2.3