From: Paul Eggert Date: Fri, 1 Oct 2004 18:54:53 +0000 (+0000) Subject: Remove comments as to why each header is needed. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f239ee68d0f2d53e88890049e3f13c971b6ad8f9;p=pspp Remove comments as to why each header is needed. --- 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