Chromium Code Reviews| Index: src/spaces.h |
| diff --git a/src/spaces.h b/src/spaces.h |
| index bd939d1e4465705eda89ff01303401b8b038c8cb..8269ea6a27e628dbdb7a2e8fcd7a5db6a1d0dfd0 100644 |
| --- a/src/spaces.h |
| +++ b/src/spaces.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright 2006-2010 the V8 project authors. All rights reserved. |
| +// Copyright 2011 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: |
| @@ -28,7 +28,7 @@ |
| #ifndef V8_SPACES_H_ |
| #define V8_SPACES_H_ |
| -#include "list-inl.h" |
| +#include "list.h" |
| #include "log.h" |
| namespace v8 { |