Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 62501729283ef0244cf3341fccf9342750711d24..b2e09b40db5131dc56b46b619c844891028455db 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 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: |
@@ -30,7 +30,7 @@ |
#include "accessors.h" |
#include "api.h" |
#include "bootstrapper.h" |
-#include "codegen-inl.h" |
+#include "codegen.h" |
#include "compilation-cache.h" |
#include "debug.h" |
#include "heap-profiler.h" |