From f239ee68d0f2d53e88890049e3f13c971b6ad8f9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 1 Oct 2004 18:54:53 +0000 Subject: [PATCH] Remove comments as to why each header is needed. --- lib/snprintf.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/snprintf.c b/lib/snprintf.c index c23d7e14a3..667ed94625 100644 --- a/lib/snprintf.c +++ b/lib/snprintf.c @@ -20,21 +20,14 @@ # include #endif -/* Specification. */ #include "snprintf.h" -/* Get va_list, va_start, va_end. */ #include -/* Get free. */ #include -/* Get memcpy, size_t. */ #include -/* Get vasnprintf. */ -#include "vasnprintf.h" - -/* Get MIN. */ #include "minmax.h" +#include "vasnprintf.h" /* Print formatted output to string STR. Similar to sprintf, but additional length SIZE limit how much is written into STR. Returns -- 2.30.2