aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-04-28 23:03:59 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-04-28 23:03:59 +0000
commitf2dfb88b2a30fe85fa40548696188d53e9d93f42 (patch)
tree4dac6bfdff327962e468be626b4fe936775b8a1e
parentBreakpad Linux Dumper: Have DumpStabsHandler free accumulated functions if Fi... (diff)
downloadbreakpad-f2dfb88b2a30fe85fa40548696188d53e9d93f42.tar.xz
Fix include paths to be consistent with rest of project
http://breakpad.appspot.com/104001 A=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@577 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r--src/processor/stackwalker_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h
index 66b5839c..0b2a7833 100644
--- a/src/processor/stackwalker_x86.h
+++ b/src/processor/stackwalker_x86.h
@@ -45,7 +45,7 @@
#include "google_breakpad/common/minidump_format.h"
#include "google_breakpad/processor/stackwalker.h"
#include "google_breakpad/processor/stack_frame_cpu.h"
-#include "src/processor/cfi_frame_info.h"
+#include "processor/cfi_frame_info.h"
namespace google_breakpad {