aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86.cc
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-25 21:25:41 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-25 21:25:41 +0000
commit80e98391dc7ff361355e72c24c0fb222518bcdfc (patch)
tree3747105fd65bec1859651ad972c3201d7033ff85 /src/processor/stackwalker_x86.cc
parentminidump_dump does not print MDRawSystemInfo::processor_revision. No bug. (diff)
downloadbreakpad-80e98391dc7ff361355e72c24c0fb222518bcdfc.tar.xz
Fix minor style problems (#58). r=bryner
http://groups.google.com/group/airbag-dev/browse_thread/thread/bbcecab979fa82bc git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@49 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/stackwalker_x86.cc')
-rw-r--r--src/processor/stackwalker_x86.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/processor/stackwalker_x86.cc b/src/processor/stackwalker_x86.cc
index 04a7e8c4..9678cc50 100644
--- a/src/processor/stackwalker_x86.cc
+++ b/src/processor/stackwalker_x86.cc
@@ -34,12 +34,13 @@
// Author: Mark Mentovai
+#include "processor/postfix_evaluator-inl.h"
+
#include "processor/stackwalker_x86.h"
#include "google/call_stack.h"
#include "google/stack_frame_cpu.h"
#include "processor/linked_ptr.h"
#include "processor/minidump.h"
-#include "processor/postfix_evaluator-inl.h"
#include "processor/stack_frame_info.h"
namespace google_airbag {
@@ -309,4 +310,4 @@ StackFrame* StackwalkerX86::GetCallerFrame(
}
-} // namespace google_airbag
+} // namespace google_airbag