Index: src/arm/builtins-arm.cc |
diff --git a/src/arm/builtins-arm.cc b/src/arm/builtins-arm.cc |
index 9cca536bfeded8a73845855a71680e3caa25dedc..5235dd316747cbc6972a8cec74e37716c0696a31 100644 |
--- a/src/arm/builtins-arm.cc |
+++ b/src/arm/builtins-arm.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: |
@@ -29,7 +29,7 @@ |
#if defined(V8_TARGET_ARCH_ARM) |
-#include "codegen-inl.h" |
+#include "codegen.h" |
#include "debug.h" |
#include "deoptimizer.h" |
#include "full-codegen.h" |