summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/state.h b/src/state.h
index 23ca12b..026acf3 100644
--- a/src/state.h
+++ b/src/state.h
@@ -14,7 +14,6 @@
#ifndef NINJA_STATE_H_
#define NINJA_STATE_H_
-#pragma once
#include <map>
#include <string>
@@ -24,7 +23,6 @@ using namespace std;
#include "eval_env.h"
#include "hash_map.h"
-struct BuildLog;
struct Edge;
struct Node;
struct Rule;
@@ -72,7 +70,6 @@ struct State {
BindingEnv bindings_;
vector<Node*> defaults_;
- BuildLog* build_log_;
};
#endif // NINJA_STATE_H_