Remove comments as to why each header is needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Oct 2004 18:54:53 +0000 (18:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Oct 2004 18:54:53 +0000 (18:54 +0000)
lib/snprintf.c

index c23d7e1..667ed94 100644 (file)
 # include <config.h>
 #endif
 
-/* Specification.  */
 #include "snprintf.h"
 
-/* Get va_list, va_start, va_end. */
 #include <stdarg.h>
-/* Get free. */
 #include <stdlib.h>
-/* Get memcpy, size_t. */
 #include <string.h>
 
-/* 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