Rationalised use of #includes to be more standards-compliant.

This commit is contained in:
dtrg
2006-07-26 17:10:30 +00:00
parent 383677ff3e
commit dd760329aa
5 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
/* $Id$ */
{
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include <alloc.h>