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
This commit is contained in:
nealsid 2010-04-28 23:03:59 +00:00
parent 56e7a3c65d
commit f2dfb88b2a

View file

@ -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 {