| Index: tools/gn/commands.cc
|
| diff --git a/tools/gn/commands.cc b/tools/gn/commands.cc
|
| index b4f58e3ff85888ef26f50607367075360ef5f60b..81adf3450e12a7d37dad2fae193925038c2a06cc 100644
|
| --- a/tools/gn/commands.cc
|
| +++ b/tools/gn/commands.cc
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "tools/gn/commands.h"
|
| +
|
| #include "base/command_line.h"
|
| #include "tools/gn/builder.h"
|
| -#include "tools/gn/commands.h"
|
| #include "tools/gn/filesystem_utils.h"
|
| #include "tools/gn/item.h"
|
| #include "tools/gn/label.h"
|
|
|