mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-27 01:35:06 +01:00
Change header paths and include guards to be relative to the "src" directory. r=mmentovai.
http://groups.google.com/group/airbag-dev/msg/cbe061dd563e9d17 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@10 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
70e12562b8
commit
07f8ef56ac
10 changed files with 3402 additions and 3315 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#include <string.h>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include "source_line_resolver.h"
|
||||
#include "processor/source_line_resolver.h"
|
||||
|
||||
using std::map;
|
||||
using std::vector;
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
// It uses address map files produced by a compatible writer, e.g.
|
||||
// PDBSourceLineWriter.
|
||||
|
||||
#ifndef _SOURCE_LINE_RESOLVER_H__
|
||||
#define _SOURCE_LINE_RESOLVER_H__
|
||||
#ifndef PROCESSOR_SOURCE_LINE_RESOLVER_H__
|
||||
#define PROCESSOR_SOURCE_LINE_RESOLVER_H__
|
||||
|
||||
#include "config.h"
|
||||
#include <string>
|
||||
|
|
@ -85,4 +85,4 @@ class SourceLineResolver {
|
|||
|
||||
} // namespace google_airbag
|
||||
|
||||
#endif // _SOLURCE_LINE_RESOLVER_H__
|
||||
#endif // PROCESSOR_SOURCE_LINE_RESOLVER_H__
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include "source_line_resolver.h"
|
||||
#include "processor/source_line_resolver.h"
|
||||
|
||||
using std::string;
|
||||
using google_airbag::SourceLineResolver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue