aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/pdb_source_line_writer.h
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-25 21:25:41 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-25 21:25:41 +0000
commit80e98391dc7ff361355e72c24c0fb222518bcdfc (patch)
tree3747105fd65bec1859651ad972c3201d7033ff85 /src/common/windows/pdb_source_line_writer.h
parentminidump_dump does not print MDRawSystemInfo::processor_revision. No bug. (diff)
downloadbreakpad-80e98391dc7ff361355e72c24c0fb222518bcdfc.tar.xz
Fix minor style problems (#58). r=bryner
http://groups.google.com/group/airbag-dev/browse_thread/thread/bbcecab979fa82bc git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@49 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/windows/pdb_source_line_writer.h')
-rw-r--r--src/common/windows/pdb_source_line_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/windows/pdb_source_line_writer.h b/src/common/windows/pdb_source_line_writer.h
index fabc6885..4c2c0860 100644
--- a/src/common/windows/pdb_source_line_writer.h
+++ b/src/common/windows/pdb_source_line_writer.h
@@ -33,8 +33,8 @@
#ifndef _PDB_SOURCE_LINE_WRITER_H__
#define _PDB_SOURCE_LINE_WRITER_H__
-#include <string>
#include <atlcomcli.h>
+#include <string>
struct IDiaEnumLineNumbers;
struct IDiaSession;