From a6c4f2646fda50e5661acdb8739d1b54ddb38ede Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 10 Nov 2012 16:19:53 +0100 Subject: mp_common.h: split parts into mp_talloc.h and compiler.h Put MP_EXPAND_ARGS() in compiler.h, even though it's not compiler dependent. Both mp_talloc.h and mp_common.h need it, while mp_common.h includes mp_talloc.h. This is the least annoying solution. --- talloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'talloc.h') diff --git a/talloc.h b/talloc.h index bb6bd43287..0581bd09c5 100644 --- a/talloc.h +++ b/talloc.h @@ -29,7 +29,7 @@ #include #include -#include "core/mp_common.h" +#include "compat/compiler.h" /* HACK: libsmbclient uses dynamically linked libtalloc.so which has * identically named symbols. This name collision caused a crash under -- cgit v1.2.3