summaryrefslogtreecommitdiff
path: root/include/ctf-api.h
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2019-07-13 21:45:55 +0100
committerNick Alcock <nick.alcock@oracle.com>2019-10-03 17:04:55 +0100
commit7e97445a5a4797ba580a58c99d9e16836aa41188 (patch)
tree36f82e821ef85e938e7bdb6a74800dfff4c97923 /include/ctf-api.h
parent5ae6af75b50bb4137d286a14e2fd1e74cfa089f4 (diff)
libctf: get rid of a disruptive public include of <sys/param.h>
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 <sys/param.h>. libctf/ * ctf-impl.h (includes): Include <sys/param.h> here.
Diffstat (limited to 'include/ctf-api.h')
-rw-r--r--include/ctf-api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ctf-api.h b/include/ctf-api.h
index 4ac5fea8bc..f50bb0a019 100644
--- a/include/ctf-api.h
+++ b/include/ctf-api.h
@@ -24,7 +24,6 @@
#ifndef _CTF_API_H
#define _CTF_API_H
-#include <sys/param.h>
#include <sys/types.h>
#include <ctf.h>
#include <zlib.h>