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

@@ -9,9 +9,13 @@
/* $Id$ */
#include <alloc.h>
#include <em_arith.h>
#include <em_label.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "alloc.h"
#include "em_arith.h"
#include "em_label.h"
#include "f_info.h"
#include "misc.h"