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.) --- core/bstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/bstr.c') diff --git a/core/bstr.c b/core/bstr.c index d3247ce1d6..5d8a47e9ac 100644 --- a/core/bstr.c +++ b/core/bstr.c @@ -25,7 +25,7 @@ #include "talloc.h" -#include "bstr.h" +#include "core/bstr.h" int bstrcmp(struct bstr str1, struct bstr str2) { -- cgit v1.2.3