Trying to unbreak arm.LINT by properly putting the conditional include

for dtrace further down in the include list where it belongs.

Reviewed by:	andrew
This commit is contained in:
bz 2015-06-16 15:14:40 +00:00
parent 242a394657
commit 8d87c98801

View File

@ -78,10 +78,6 @@
* Created : 28/11/94
*/
#ifdef KDTRACE_HOOKS
#include <sys/dtrace_bsd.h>
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@ -109,6 +105,10 @@ __FBSDID("$FreeBSD$");
#include <sys/kdb.h>
#endif
#ifdef KDTRACE_HOOKS
#include <sys/dtrace_bsd.h>
#endif
extern char fusubailout[];
#ifdef DEBUG