Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index 99737ed9b3ee4c3145bb5047b0ad3a6a91cf7502..44faf751ab6d8c9e5ed49b3eed3af75501e2708f 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.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: |
@@ -29,8 +29,9 @@ |
#define V8_HEAP_INL_H_ |
#include "heap.h" |
-#include "objects.h" |
#include "isolate.h" |
+#include "list-inl.h" |
+#include "objects.h" |
#include "v8-counters.h" |
namespace v8 { |