summaryrefslogtreecommitdiffstats
path: root/src/graph.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.cc')
-rw-r--r--src/graph.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graph.cc b/src/graph.cc
index 5517f17..9b5f10b 100644
--- a/src/graph.cc
+++ b/src/graph.cc
@@ -14,12 +14,13 @@
#include "graph.h"
+#include <assert.h>
#include <stdio.h>
#include "build_log.h"
#include "disk_interface.h"
-#include "ninja.h"
#include "parsers.h"
+#include "state.h"
#include "util.h"
bool FileStat::Stat(DiskInterface* disk_interface) {