Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: src/scanner.h

Issue 7835019: Remove unused includes from scanner.h. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/parser.cc ('k') | test/cctest/test-regexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner.h
diff --git a/src/scanner.h b/src/scanner.h
index e66dd60d84a16b3d776fde605e4ecac1a57561a1..6422ee8cab8ab71868b47f504d37e89fb3a47a4d 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -28,8 +28,6 @@
#ifndef V8_SCANNER_H_
#define V8_SCANNER_H_
tfarina 2011/09/04 20:06:24 Is it worth renaming this file to something more c
Lasse Reichstein 2011/09/05 07:34:15 We probably should. E.g., scanner => scanner-chara
-#include "token.h"
-#include "char-predicates-inl.h"
#include "scanner-base.h"
tfarina 2011/09/04 20:06:24 This include is only needed to get UC16CharacterSt
namespace v8 {
« no previous file with comments | « src/parser.cc ('k') | test/cctest/test-regexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698