Index: tools/gn/command_help.cc |
diff --git a/tools/gn/command_help.cc b/tools/gn/command_help.cc |
index 6e41656da4dfd2fd662ea91757c1421f410c362e..f371cf72ec832b154b1d2dca43de435350673c58 100644 |
--- a/tools/gn/command_help.cc |
+++ b/tools/gn/command_help.cc |
@@ -8,12 +8,12 @@ |
#include "tools/gn/args.h" |
#include "tools/gn/commands.h" |
#include "tools/gn/err.h" |
-#include "tools/gn/file_template.h" |
#include "tools/gn/functions.h" |
#include "tools/gn/input_conversion.h" |
#include "tools/gn/pattern.h" |
#include "tools/gn/setup.h" |
#include "tools/gn/standard_out.h" |
+#include "tools/gn/substitution_writer.h" |
scottmg
2014/08/05 22:30:32
necessary?
brettw
2014/08/06 18:25:01
Yeah, the help text for substitutions is in that f
|
#include "tools/gn/variables.h" |
namespace commands { |