Order header files.

This commit is contained in:
Cheng Zhao 2014-03-16 09:37:04 +08:00
parent 375228f266
commit b6ac06c022
29 changed files with 37 additions and 34 deletions

View file

@ -4,9 +4,9 @@
// Multiply-included file, no traditional include guard.
#include "atom/common/draggable_region.h"
#include "base/strings/string16.h"
#include "base/values.h"
#include "atom/common/draggable_region.h"
#include "content/public/common/common_param_traits.h"
#include "ipc/ipc_message_macros.h"

View file

@ -6,9 +6,9 @@
#include <vector>
#include "base/logging.h"
#include "atom/browser/api/atom_api_event.h"
#include "atom/common/v8/native_type_conversions.h"
#include "base/logging.h"
#include "atom/common/v8/node_common.h"

View file

@ -7,9 +7,9 @@
#include <algorithm>
#include "base/logging.h"
#include "atom/common/v8/native_type_conversions.h"
#include "atom/common/v8/node_common.h"
#include "base/logging.h"
namespace atom {

View file

@ -8,14 +8,15 @@
#include <map>
#include "base/basictypes.h"
#include "atom/common/v8/scoped_persistent.h"
#include "base/basictypes.h"
#include "vendor/node/src/node_object_wrap.h"
namespace atom {
namespace api {
// Like ES6's WeakMap, but the key is Integer and the value is Weak Pointer.
class IDWeakMap : public node::ObjectWrap {
public:
static void Initialize(v8::Handle<v8::Object> target);

View file

@ -6,9 +6,9 @@
#include <string>
#include "base/files/file_path.h"
#include "atom/common/platform_util.h"
#include "atom/common/v8/native_type_conversions.h"
#include "base/files/file_path.h"
#include "url/gurl.h"
#include "atom/common/v8/node_common.h"

View file

@ -6,9 +6,9 @@
#include <string>
#include "base/logging.h"
#include "atom/common/atom_version.h"
#include "atom/common/v8/native_type_conversions.h"
#include "base/logging.h"
#include "atom/common/v8/node_common.h"

View file

@ -6,8 +6,8 @@
#ifndef ATOM_COMMON_API_OBJECT_LIFE_MONITOR_H_
#define ATOM_COMMON_API_OBJECT_LIFE_MONITOR_H_
#include "base/basictypes.h"
#include "atom/common/v8/scoped_persistent.h"
#include "base/basictypes.h"
namespace atom {