| Index: src/ia32/debug-ia32.cc
|
| diff --git a/src/ia32/debug-ia32.cc b/src/ia32/debug-ia32.cc
|
| index 33c525158f3441bb97b977a7270b120a7965988e..238994886688d59ce47766d6a8811560ab0b182d 100644
|
| --- a/src/ia32/debug-ia32.cc
|
| +++ b/src/ia32/debug-ia32.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_IA32)
|
|
|
| -#include "codegen-inl.h"
|
| +#include "codegen.h"
|
| #include "debug.h"
|
|
|
|
|
|
|