On Sat, Oct 04, 2014 at 11:10:25AM +0200, Jan
Engelhardt wrote:
#include <osmocom/core/msgb.h>
-#include <osmocom/core/talloc.h>
+#include <talloc.h>
#include <osmocom/core/write_queue.h>
#include <osmocom/core/logging.h>
In general these blocks are grouped. E.g. from most specific to
general (specially to make sure that a header file can be included
directly). So all of the #include <talloc.h> are at the wrong place
now. Either it is done correctly right now or leave osmocom/core/talloc.h
for a transition period.