diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2013-07-28 18:35:43 +0000 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2013-07-28 18:35:43 +0000 |
commit | c722ec3a5151fdba885b451d2a50a58f327ff994 (patch) | |
tree | 63d4d897afd89dbadbb24c161229c7ed42284e40 /share/examples | |
parent | 366d8bfb7b4d810f097bc41e7ed14d6d4bd3694b (diff) |
remove needless inclusion of machine/cpu.h in userland
MFC after: 21 days
Notes
Notes:
svn path=/head/; revision=253749
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/perfmon/perfmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/examples/perfmon/perfmon.c b/share/examples/perfmon/perfmon.c index edac9bd857aa..97283a22679a 100644 --- a/share/examples/perfmon/perfmon.c +++ b/share/examples/perfmon/perfmon.c @@ -32,7 +32,6 @@ #include <sys/types.h> #include <sys/ioctl.h> -#include <machine/cpu.h> #include <machine/perfmon.h> #include <stdio.h> |