From 558ab49f13634d972e956020a12d14fdb1416b94 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:26:33 +0000 Subject: delete unnecessary #include lines --- 8253pit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '8253pit.c') diff --git a/8253pit.c b/8253pit.c index 12867fb..1d98dc1 100644 --- a/8253pit.c +++ b/8253pit.c @@ -1,7 +1,7 @@ #include "types.h" -#include "x86.h" #include "defs.h" #include "traps.h" +#include "x86.h" // Register definitions for the Intel // 8253/8254/82C54 Programmable Interval Timer (PIT). -- cgit v1.2.3