diff options
author | John Levon <john.levon@joyent.com> | 2018-10-12 17:05:41 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-10-12 17:26:25 +0000 |
commit | 8fe8a39ea9f7811d9c1e2e48a46932561906883f (patch) | |
tree | 6d7f4348832a7e8a3a44c0372b32827fe05a9dab /usr/src/tools/ctf/common/ctf_headers.h | |
parent | a4b646b3846a365031ecbbc85470cfdace19a324 (diff) | |
download | illumos-joyent-8fe8a39ea9f7811d9c1e2e48a46932561906883f.tar.gz |
Revert "OS-7270 ctfconvert doesn't handle DW_AT_specification": breaks build
Reviewed by: Ryan Zezeski <rpz@joyent.com>
Approved by: Ryan Zezeski <rpz@joyent.com>
Diffstat (limited to 'usr/src/tools/ctf/common/ctf_headers.h')
-rw-r--r-- | usr/src/tools/ctf/common/ctf_headers.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/tools/ctf/common/ctf_headers.h b/usr/src/tools/ctf/common/ctf_headers.h index 7cad0d2a27..a63690be77 100644 --- a/usr/src/tools/ctf/common/ctf_headers.h +++ b/usr/src/tools/ctf/common/ctf_headers.h @@ -22,7 +22,6 @@ /* * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * Copyright 2018 Joyent, Inc. */ #ifndef _CTF_HEADERS_H @@ -33,7 +32,7 @@ * the tools need to include the headers installed on the build system, * rather than those in the ON source tree. However, some of the headers * required by the tools are part of the ON source tree, but not delivered - * as part of illumos. These include the following: + * as part of Solaris. These include the following: * * $(SRC)/lib/libctf/common/libctf.h * $(SRC)/lib/libctf/common/libctf_impl.h @@ -63,14 +62,8 @@ * This last -I include is needed in order to prevent a build failure * when <sys/ctf_api.h> is included via a nested #include rather than * an explicit path #include. - * - * Finally, to make life easier, we also include the current definitions of the - * ccompile.h and sysmacros.h headers to make it so we have to rely less on the - * build system contents. */ -#include <uts/common/sys/sysmacros.h> -#include <uts/common/sys/ccompile.h> #include <uts/common/sys/ctf.h> #include <uts/common/sys/ctf_api.h> #include <common/ctf/ctf_impl.h> |