From 7e97445a5a4797ba580a58c99d9e16836aa41188 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Sat, 13 Jul 2019 21:45:55 +0100 Subject: libctf: get rid of a disruptive public include of This hoary old header defines things like MAX that users of libctf might perfectly reasonably define themselves. The CTF headers do not need it: move it into libctf/ctf-impl.h instead. include/ * ctf-api.h (includes): No longer include . libctf/ * ctf-impl.h (includes): Include here. --- libctf/ChangeLog | 4 ++++ libctf/ctf-impl.h | 1 + 2 files changed, 5 insertions(+) (limited to 'libctf') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 83b3167..9637cf3 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2019-07-13 Nick Alcock + + * ctf-impl.h (includes): Include here. + 2019-07-30 Nick Alcock * ctf-open.c (flip_lbls): Eschew for-loop initial declarations. diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 554b187..211099e 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -22,6 +22,7 @@ #include "config.h" #include +#include #include "ctf-decls.h" #include #include -- cgit v1.1