| Index: src/token.cc
|
| diff --git a/src/token.cc b/src/token.cc
|
| index 7ba7ed34205e1fa14603c91ebdd79036d5178c1a..d11246adf01b04998be69acba994e644c278e5ad 100644
|
| --- a/src/token.cc
|
| +++ b/src/token.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2012 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -25,7 +25,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#include "../include/v8stdint.h"
|
| #include "token.h"
|
|
|
| namespace v8 {
|
|
|