Chromium Code Reviews| Index: src/allocation.h |
| =================================================================== |
| --- src/allocation.h (revision 8614) |
| +++ src/allocation.h (working copy) |
| @@ -1,4 +1,4 @@ |
| -// Copyright 2008 the V8 project authors. All rights reserved. |
| +// Copyright 2008-2011 the V8 project authors. All rights reserved. |
|
Søren Thygesen Gjesse
2011/07/12 07:43:22
Just 2011 instead of 2008-2011 (in other files as
Sven Panne
2011/07/12 07:57:18
Done.
|
| // Redistribution and use in source and binary forms, with or without |
| // modification, are permitted provided that the following conditions are |
| // met: |
| @@ -28,6 +28,7 @@ |
| #ifndef V8_ALLOCATION_H_ |
| #define V8_ALLOCATION_H_ |
| +#include "allocation.h" |
|
Søren Thygesen Gjesse
2011/07/12 07:43:22
No need for this file to include itself.
Sven Panne
2011/07/12 07:57:18
Done.
|
| #include "checks.h" |
| #include "globals.h" |