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

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

View file

@ -12,6 +12,8 @@
/* Check expressions, and try to evaluate them as far as possible.
*/
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include <em_arith.h>

View file

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

View file

@ -9,6 +9,9 @@
/* $Id$ */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "f_info.h"
struct f_info file_info;
#include "input.h"

View file

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

View file

@ -13,6 +13,8 @@
code for these parts.
*/
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include <em_arith.h>