| Index: tools/gn/ninja_target_writer.h
|
| diff --git a/tools/gn/ninja_target_writer.h b/tools/gn/ninja_target_writer.h
|
| index f67eba533c86e5b28774a465cf0d141448d9d3a4..4598ae850d72693f555f91cef63e9956394e2df0 100644
|
| --- a/tools/gn/ninja_target_writer.h
|
| +++ b/tools/gn/ninja_target_writer.h
|
| @@ -7,14 +7,14 @@
|
|
|
| #include <iosfwd>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "tools/gn/path_output.h"
|
| -#include "tools/gn/substitution_type.h"
|
|
|
| class FileTemplate;
|
| class OutputFile;
|
| class Settings;
|
| class Target;
|
| +struct SubstitutionBits;
|
|
|
| // Generates one target's ".ninja" file. The toplevel "build.ninja" file is
|
| // generated by the NinjaBuildWriter.
|
|
|