Revision: 18056
Author: [email protected]
Date: Mon Nov 25 14:19:39 2013 UTC
Log: Experimental scanner: saner #includes.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/85383004
http://code.google.com/p/v8/source/detail?r=18056
Modified:
/branches/experimental/parser/src/lexer/experimental-scanner.h
=======================================
--- /branches/experimental/parser/src/lexer/experimental-scanner.h Mon Nov
25 13:12:41 2013 UTC
+++ /branches/experimental/parser/src/lexer/experimental-scanner.h Mon Nov
25 14:19:39 2013 UTC
@@ -28,30 +28,13 @@
#ifndef V8_LEXER_EXPERIMENTAL_SCANNER_H
#define V8_LEXER_EXPERIMENTAL_SCANNER_H
+#include "compiler.h"
+#include "isolate.h"
+#include "scanner.h" // UnicodeCache.
#include "token.h"
-#include "flags.h"
+#include "utils.h"
#include "v8stdint.h"
-// FIXME: some of this is probably not needed.
-#include "allocation.h"
-#include "ast.h"
-#include "preparse-data-format.h"
-#include "preparse-data.h"
-#include "scopes.h"
-#include "api.h"
-#include "ast.h"
-#include "bootstrapper.h"
-#include "char-predicates-inl.h"
-#include "compiler.h"
-#include "func-name-inferrer.h"
-#include "messages.h"
-#include "parser.h"
-#include "platform.h"
-#include "runtime.h"
-#include "scanner-character-streams.h"
-#include "scopeinfo.h"
-#include "string-stream.h"
-
namespace v8 {
namespace internal {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.