From d3998dcf2e64cef2cef26a4777b75a77a3ab3b65 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 13 Oct 2006 17:31:57 +0000 Subject: [PATCH] Move the 2 additional #includes down into the #ifndef DEV_ATPIC section. --- sys/amd64/amd64/intr_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c index 6bc2f7da0b88..dfa9cec27c59 100644 --- a/sys/amd64/amd64/intr_machdep.c +++ b/sys/amd64/amd64/intr_machdep.c @@ -52,15 +52,15 @@ #include #include #include -#include -#include #ifdef DDB #include #endif #ifndef DEV_ATPIC +#include #include #include +#include #endif #define MAX_STRAY_LOG 5