aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker.cc
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-11-06 19:39:47 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-11-06 19:39:47 +0000
commitfe82bf24a93d9d3affd614aaa23f2f018a733d8e (patch)
tree8c76fe2bbddcdd34a23a017c96df1e613302a101 /src/processor/stackwalker.cc
parent80866e79454cefc5570b01dbb0a723185eae653c (diff)
downloadgoogle-breakpad-fe82bf24a93d9d3affd614aaa23f2f018a733d8e.tar.gz
Move headers for exported interfaces into src/google_airbag (#51). r=bryner
http://groups.google.com/group/airbag-dev/browse_thread/thread/e01f177386e8794a git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@60 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/stackwalker.cc')
-rw-r--r--src/processor/stackwalker.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/processor/stackwalker.cc b/src/processor/stackwalker.cc
index 2ff991d9..78f17363 100644
--- a/src/processor/stackwalker.cc
+++ b/src/processor/stackwalker.cc
@@ -34,12 +34,12 @@
// Author: Mark Mentovai
-#include "processor/stackwalker.h"
-#include "google/call_stack.h"
-#include "google/stack_frame.h"
-#include "google/symbol_supplier.h"
+#include "google_airbag/processor/stackwalker.h"
+#include "google_airbag/processor/call_stack.h"
+#include "google_airbag/processor/minidump.h"
+#include "google_airbag/processor/stack_frame.h"
+#include "google_airbag/processor/symbol_supplier.h"
#include "processor/linked_ptr.h"
-#include "processor/minidump.h"
#include "processor/scoped_ptr.h"
#include "processor/source_line_resolver.h"
#include "processor/stack_frame_info.h"