Include system headers before ours
This commit is contained in:
parent
61d632fc96
commit
3812cde100
6 changed files with 6 additions and 6 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../as/as.h"
|
||||
#include "file.h"
|
||||
#include "misc.h"
|
||||
|
@ -45,7 +46,6 @@
|
|||
#include "prototypes.h"
|
||||
#include "sect.h"
|
||||
#include "xy.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#define BP_ASHASHSIZE 128 /* A* queue hash table size */
|
||||
#define BP_NEIGHBORS 6 /* max number of neighbors */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue