Bring back build/include_order cpplint.

This commit is contained in:
Cheng Zhao 2014-03-16 09:13:06 +08:00
parent bbef33a33a
commit 2d808d30a2
42 changed files with 89 additions and 4 deletions

View file

@ -8,6 +8,8 @@
#include <sys/time.h>
#include <unistd.h>
#include <string>
#include "base/debug/crash_logging.h"
#include "base/files/file_path.h"
#include "base/linux_util.h"

View file

@ -5,6 +5,8 @@
#ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_LINUX_H_
#define ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_LINUX_H_
#include <string>
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "atom/common/crash_reporter/crash_reporter.h"

View file

@ -5,6 +5,8 @@
#ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_MAC_H_
#define ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_MAC_H_
#include <string>
#include "base/compiler_specific.h"
#include "atom/common/crash_reporter/crash_reporter.h"
#import "vendor/breakpad/src/client/mac/Framework/Breakpad.h"

View file

@ -4,6 +4,8 @@
#include "atom/common/crash_reporter/crash_reporter_win.h"
#include <string>
#include "base/file_util.h"
#include "base/logging.h"
#include "base/memory/singleton.h"

View file

@ -5,6 +5,9 @@
#ifndef ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_WIN_H_
#define ATOM_COMMON_CRASH_REPORTER_CRASH_REPORTER_WIN_H_
#include <string>
#include <vector>
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "atom/common/crash_reporter/crash_reporter.h"