From c0aedc918f5007ae14e3cfe28005424b71adfb6e Mon Sep 17 00:00:00 2001 From: wcohen Date: Mon, 14 Aug 2006 14:30:41 +0000 Subject: PR 3037 * string.c: * print.c: Remove includes for . --- runtime/print.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/print.c') diff --git a/runtime/print.c b/runtime/print.c index 0ba173ba..f01e27e9 100644 --- a/runtime/print.c +++ b/runtime/print.c @@ -11,7 +11,6 @@ #ifndef _PRINT_C_ #define _PRINT_C_ -#include #include "string.h" #include "io.c" #include "vsprintf.c" -- cgit