summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-30 20:37:45 +0000
committerphk <phk@FreeBSD.org>2000-10-30 20:37:45 +0000
commit47715a6eb1b3ed693c33121a410b0027b999c52f (patch)
tree2f39146057ac73cbe7775c8783e48520591fb00c /sys/sys/ktr.h
parentcbbd2b08c272a1b0fe95356a75e1c60f10610787 (diff)
downloadFreeBSD-src-47715a6eb1b3ed693c33121a410b0027b999c52f.zip
FreeBSD-src-47715a6eb1b3ed693c33121a410b0027b999c52f.tar.gz
Remove an evil conditional nested include of <sys/systm.h>
Diffstat (limited to 'sys/sys/ktr.h')
-rw-r--r--sys/sys/ktr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h
index 7f1f770..d946772 100644
--- a/sys/sys/ktr.h
+++ b/sys/sys/ktr.h
@@ -146,7 +146,6 @@ extern struct ktr_entry ktr_buf[];
#endif
#endif
#ifndef _TR
-#include <sys/systm.h>
#define _TR() \
struct ktr_entry *_ktrptr; \
int _ktr_newidx, _ktr_saveidx; \
OpenPOWER on IntegriCloud