Index: src/processor/stackwalker_x86.cc |
=================================================================== |
--- a/src/processor/stackwalker_x86.cc |
+++ b/src/processor/stackwalker_x86.cc |
@@ -30,24 +30,24 @@ |
// stackwalker_x86.cc: x86-specific stackwalker. |
// |
// See stackwalker_x86.h for documentation. |
// |
// Author: Mark Mentovai |
#include <string> |
+#include "common/scoped_ptr.h" |
#include "google_breakpad/processor/call_stack.h" |
#include "google_breakpad/processor/code_modules.h" |
#include "google_breakpad/processor/memory_region.h" |
#include "google_breakpad/processor/source_line_resolver_interface.h" |
#include "google_breakpad/processor/stack_frame_cpu.h" |
#include "processor/logging.h" |
#include "processor/postfix_evaluator-inl.h" |
-#include "processor/scoped_ptr.h" |
#include "processor/stackwalker_x86.h" |
#include "processor/windows_frame_info.h" |
#include "processor/cfi_frame_info.h" |
namespace google_breakpad { |
const StackwalkerX86::CFIWalker::RegisterSet |