| Index: src/mips/builtins-mips.cc
 | 
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
 | 
| index b4bab8efef5af8df2699c547de8f5484b173634c..5cbeda80921177ba5528de37512af27a368d8b24 100644
 | 
| --- a/src/mips/builtins-mips.cc
 | 
| +++ b/src/mips/builtins-mips.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:
 | 
| @@ -31,7 +31,7 @@
 | 
|  
 | 
|  #if defined(V8_TARGET_ARCH_MIPS)
 | 
|  
 | 
| -#include "codegen-inl.h"
 | 
| +#include "codegen.h"
 | 
|  #include "debug.h"
 | 
|  #include "deoptimizer.h"
 | 
|  #include "full-codegen.h"
 | 
| 
 |