Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
parent
bbd94dc2dc
commit
26b17074a1
|
@ -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>
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "debug.h"
|
||||
|
||||
#include <alloc.h>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
/* $Id$ */
|
||||
|
||||
{
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "debug.h"
|
||||
|
||||
#include <alloc.h>
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
code for these parts.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "debug.h"
|
||||
|
||||
#include <em_arith.h>
|
||||
|
|
Loading…
Reference in a new issue