aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stack_frame_symbolizer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stack_frame_symbolizer.cc')
-rw-r--r--src/processor/stack_frame_symbolizer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/stack_frame_symbolizer.cc b/src/processor/stack_frame_symbolizer.cc
index e12fccbc..5d95abbf 100644
--- a/src/processor/stack_frame_symbolizer.cc
+++ b/src/processor/stack_frame_symbolizer.cc
@@ -36,6 +36,7 @@
#include <assert.h>
+#include "common/scoped_ptr.h"
#include "google_breakpad/processor/code_module.h"
#include "google_breakpad/processor/code_modules.h"
#include "google_breakpad/processor/source_line_resolver_interface.h"
@@ -44,7 +45,6 @@
#include "google_breakpad/processor/system_info.h"
#include "processor/linked_ptr.h"
#include "processor/logging.h"
-#include "processor/scoped_ptr.h"
namespace google_breakpad {