Cleanup: added missing header files.

This commit is contained in:
Cas Cremers 2014-03-18 13:53:51 +00:00
parent 7dcbec07a0
commit 4fa48239a5
3 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,7 @@
#include "depend.h"
#include "xmlout.h"
#include "heuristic.h"
#include "tempfile.h"
extern int *graph;
extern int nodes;

View File

@ -40,6 +40,7 @@
#include "cost.h"
#include "timer.h"
#include "compiler.h"
#include "depend.h"
//! When none of the runs match
#define MATCH_NONE 0

View File

@ -37,6 +37,7 @@
#include "intruderknowledge.h"
#include "error.h"
#include "mgu.h"
#include "type.h"
/*
Simple sys pointer as a global. Yields cleaner code although it's against programming standards.