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 { |