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

This commit is contained in:
dtrg
2006-07-30 23:40:35 +00:00
parent d3b557e0db
commit 45b4fef7d6
10 changed files with 54 additions and 28 deletions

View File

@@ -5,9 +5,11 @@
/* $Id$ */
/* PREPROCESSOR: INITIALIZATION ROUTINES */
#include <system.h>
#include <alloc.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include "system.h"
#include "alloc.h"
#include "time.h"
#include "class.h"
#include "macro.h"
#include "idf.h"