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 --- umalloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'umalloc.c') diff --git a/umalloc.c b/umalloc.c index 30f970d..401ee6a 100644 --- a/umalloc.c +++ b/umalloc.c @@ -3,8 +3,8 @@ #include "user.h" #include "param.h" -// Memory allocator by Kernighan and Ritchie, The C programming Language, -// 2nd ed. Section 8.7. +// Memory allocator by Kernighan and Ritchie, +// The C programming Language, 2nd ed. Section 8.7. typedef long Align; -- cgit v1.2.3