Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
@@ -9,15 +9,19 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "idfsize.h"
|
||||
#include "numsize.h"
|
||||
#include "strsize.h"
|
||||
|
||||
#include <alloc.h>
|
||||
#include <em_arith.h>
|
||||
#include <em_label.h>
|
||||
#include <assert.h>
|
||||
#include "alloc.h"
|
||||
#include "em_arith.h"
|
||||
#include "em_label.h"
|
||||
#include "assert.h"
|
||||
|
||||
#include "LLlex.h"
|
||||
#include "input.h"
|
||||
|
||||
@@ -9,13 +9,17 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
#include <alloc.h>
|
||||
#include <em_arith.h>
|
||||
#include <em_label.h>
|
||||
#include <em_code.h>
|
||||
#include <assert.h>
|
||||
#include "alloc.h"
|
||||
#include "em_arith.h"
|
||||
#include "em_label.h"
|
||||
#include "em_code.h"
|
||||
#include "assert.h"
|
||||
|
||||
#include "dbsymtab.h"
|
||||
#include "idf.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user