Remove some old unused code, add a missing include

R=lei at https://codereview.chromium.org/1211963002



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1484 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek@gmail.com 2015-08-13 16:38:19 +00:00
parent ffa293221f
commit 591ba326b3
8 changed files with 91 additions and 849 deletions

View file

@ -79,6 +79,8 @@
#ifndef GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__
#define GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__
#include <stdint.h>
#ifndef _WIN32
#include <unistd.h>
#endif