Cleanup: added missing header files.
This commit is contained in:
parent
7dcbec07a0
commit
4fa48239a5
@ -59,6 +59,7 @@
|
|||||||
#include "depend.h"
|
#include "depend.h"
|
||||||
#include "xmlout.h"
|
#include "xmlout.h"
|
||||||
#include "heuristic.h"
|
#include "heuristic.h"
|
||||||
|
#include "tempfile.h"
|
||||||
|
|
||||||
extern int *graph;
|
extern int *graph;
|
||||||
extern int nodes;
|
extern int nodes;
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
#include "cost.h"
|
#include "cost.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "compiler.h"
|
#include "compiler.h"
|
||||||
|
#include "depend.h"
|
||||||
|
|
||||||
//! When none of the runs match
|
//! When none of the runs match
|
||||||
#define MATCH_NONE 0
|
#define MATCH_NONE 0
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
#include "intruderknowledge.h"
|
#include "intruderknowledge.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "mgu.h"
|
#include "mgu.h"
|
||||||
|
#include "type.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Simple sys pointer as a global. Yields cleaner code although it's against programming standards.
|
Simple sys pointer as a global. Yields cleaner code although it's against programming standards.
|
||||||
|
Loading…
Reference in New Issue
Block a user