summaryrefslogtreecommitdiffstats
path: root/talloc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-10 16:19:53 +0100
committerwm4 <wm4@nowhere>2012-11-12 20:08:57 +0100
commita6c4f2646fda50e5661acdb8739d1b54ddb38ede (patch)
tree3d234fd8a5291baed09efc85c9843283371cce06 /talloc.h
parent20e9d06a2fef17a80369fd6c0b911e60c243172d (diff)
downloadmpv-a6c4f2646fda50e5661acdb8739d1b54ddb38ede.tar.bz2
mpv-a6c4f2646fda50e5661acdb8739d1b54ddb38ede.tar.xz
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.
Diffstat (limited to 'talloc.h')
-rw-r--r--talloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/talloc.h b/talloc.h
index bb6bd43287..0581bd09c5 100644
--- a/talloc.h
+++ b/talloc.h
@@ -29,7 +29,7 @@
#include <stdio.h>
#include <stdarg.h>
-#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