summaryrefslogtreecommitdiffstats
path: root/src/graph.cc
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2013-09-10 22:34:01 (GMT)
committerScott Graham <scottmg@chromium.org>2013-09-10 22:34:01 (GMT)
commitcc89c1aaec13487dc633cd69f7022fcb72fc1c10 (patch)
tree2172945e24d3a4a1df6758794f3691363a3e18c6 /src/graph.cc
parente36590b781d956acf9711da311d0934471f95643 (diff)
downloadNinja-cc89c1aaec13487dc633cd69f7022fcb72fc1c10.zip
Ninja-cc89c1aaec13487dc633cd69f7022fcb72fc1c10.tar.gz
Ninja-cc89c1aaec13487dc633cd69f7022fcb72fc1c10.tar.bz2
add -d keeprsp to preserve @rsp files on success on windows
Diffstat (limited to 'src/graph.cc')
-rw-r--r--src/graph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph.cc b/src/graph.cc
index 6191998..9801a7b 100644
--- a/src/graph.cc
+++ b/src/graph.cc
@@ -18,10 +18,10 @@
#include <stdio.h>
#include "build_log.h"
+#include "debug_flags.h"
#include "depfile_parser.h"
#include "deps_log.h"
#include "disk_interface.h"
-#include "explain.h"
#include "manifest_parser.h"
#include "metrics.h"
#include "state.h"