summaryrefslogtreecommitdiffstats
path: root/src/test.cc
diff options
context:
space:
mode:
authorThiago Farina <tfarina@chromium.org>2012-07-09 19:09:31 (GMT)
committerThiago Farina <tfarina@chromium.org>2012-07-09 19:09:31 (GMT)
commit3baedf17677e5d8f0c248d950e0681a0f5668992 (patch)
tree026c0c528b04e723d42a98211d29a2e5a3b22f8d /src/test.cc
parent0ca93baf35d3c2b1e70e008276555b5bec2f9f3e (diff)
downloadNinja-3baedf17677e5d8f0c248d950e0681a0f5668992.zip
Ninja-3baedf17677e5d8f0c248d950e0681a0f5668992.tar.gz
Ninja-3baedf17677e5d8f0c248d950e0681a0f5668992.tar.bz2
Rename parsers.* to manifest_parser.*
So it matches with the class name in there. Signed-off-by: Thiago Farina <tfarina@chromium.org>
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.cc b/src/test.cc
index afedd10..0138b3a 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -19,7 +19,7 @@
#include <errno.h>
#include "build_log.h"
-#include "parsers.h"
+#include "manifest_parser.h"
#include "util.h"
#ifdef _WIN32