summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-07-28 18:35:43 +0000
committeravg <avg@FreeBSD.org>2013-07-28 18:35:43 +0000
commitc8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd (patch)
tree63d4d897afd89dbadbb24c161229c7ed42284e40 /libexec
parentea04b46439a6200a93c2e7792bb488de8ad3c05a (diff)
downloadFreeBSD-src-c8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd.zip
FreeBSD-src-c8737cbf1c0d4bef13135c8c3b4c38fa73c2ccfd.tar.gz
remove needless inclusion of machine/cpu.h in userland
MFC after: 21 days
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/powerpc/reloc.c1
-rw-r--r--libexec/rtld-elf/powerpc64/reloc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rtld-elf/powerpc/reloc.c b/libexec/rtld-elf/powerpc/reloc.c
index 838cfe6..2dd27c7 100644
--- a/libexec/rtld-elf/powerpc/reloc.c
+++ b/libexec/rtld-elf/powerpc/reloc.c
@@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <machine/cpu.h>
#include <machine/atomic.h>
#include <machine/md_var.h>
diff --git a/libexec/rtld-elf/powerpc64/reloc.c b/libexec/rtld-elf/powerpc64/reloc.c
index fb5325f..74725a04 100644
--- a/libexec/rtld-elf/powerpc64/reloc.c
+++ b/libexec/rtld-elf/powerpc64/reloc.c
@@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <machine/cpu.h>
#include <machine/md_var.h>
#include "debug.h"
OpenPOWER on IntegriCloud