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. --- include/ChangeLog | 4 ++++ include/ctf-api.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index ce7c173..b53956f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2019-07-13 Nick Alcock + + * ctf-api.h (includes): No longer include . + 2019-07-30 Nick Alcock * ctf-api.h (ctf_link_add_cu_mapping): New. diff --git a/include/ctf-api.h b/include/ctf-api.h index 4ac5fea..f50bb0a 100644 --- a/include/ctf-api.h +++ b/include/ctf-api.h @@ -24,7 +24,6 @@ #ifndef _CTF_API_H #define _CTF_API_H -#include #include #include #include -- cgit v1.1