Modernised usage of system header files.

This commit is contained in:
dtrg
2006-01-24 22:29:19 +00:00
parent 852a474ee3
commit 963a256f68
5 changed files with 15 additions and 9 deletions

View File

@@ -11,9 +11,11 @@
/* */
/**********************************************************************/
#include "ack.h"
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "ack.h"
#ifndef NORCSID
static char rcs_id[] = "$Id$" ;
@@ -23,9 +25,6 @@ extern char *progname ;
extern int w_flag ;
extern int n_error;
extern char *calloc();
extern char *realloc();
#ifdef DEBUG
# define STDOUT stdout
#else