summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ninja.cc')
-rw-r--r--src/ninja.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 6bf7fbd..8f972f3 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "ninja.h"
-
#include <errno.h>
#include <stdio.h>
#include <string.h>
@@ -37,11 +35,12 @@
#include "browse.h"
#include "build.h"
#include "build_log.h"
+#include "clean.h"
#include "graph.h"
#include "graphviz.h"
#include "parsers.h"
+#include "state.h"
#include "util.h"
-#include "clean.h"
namespace {