From fe82bf24a93d9d3affd614aaa23f2f018a733d8e Mon Sep 17 00:00:00 2001 From: mmentovai Date: Mon, 6 Nov 2006 19:39:47 +0000 Subject: 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 --- src/processor/stackwalker_x86.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/processor/stackwalker_x86.h') diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h index 1dc6fedc..707aa94b 100644 --- a/src/processor/stackwalker_x86.h +++ b/src/processor/stackwalker_x86.h @@ -39,9 +39,9 @@ #define PROCESSOR_STACKWALKER_X86_H__ -#include "google/airbag_types.h" -#include "processor/stackwalker.h" -#include "processor/minidump_format.h" +#include "google_airbag/common/airbag_types.h" +#include "google_airbag/common/minidump_format.h" +#include "google_airbag/processor/stackwalker.h" namespace google_airbag { -- cgit v1.2.1