Index: tools/gn/item.cc |
diff --git a/tools/gn/item.cc b/tools/gn/item.cc |
index 7dfd4ad8eaf97ff6bf59455a9e910d25cb16a606..b3d4862d0a11e4f488671780b1a71eb779029a93 100644 |
--- a/tools/gn/item.cc |
+++ b/tools/gn/item.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "tools/gn/item.h" |
- |
#include "base/logging.h" |
+#include "tools/gn/item.h" |
brettw
2014/11/05 19:59:49
This should be first with a blank line after it si
zeuthen
2014/11/07 19:24:12
Done.
|
+#include "tools/gn/settings.h" |
Item::Item(const Settings* settings, const Label& label) |
: settings_(settings), |