Move minidump_extension_linux.h contents into minidump_format.h

R=mark at https://breakpad.appspot.com/415002/

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@991 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2012-07-20 12:38:31 +00:00
parent b6b4451142
commit da1568ac03
5 changed files with 29 additions and 80 deletions

View file

@ -46,7 +46,6 @@
#include <string>
#include <vector>
#include "client/linux/minidump_writer/minidump_extension_linux.h"
#include "common/linux/memory_mapped_file.h"
#include "google_breakpad/common/minidump_format.h"
#include "processor/scoped_ptr.h"