|
@@ -6,14 +6,11 @@
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
-#include "atom_natives.h" // NOLINT: This file is generated with js2c
|
|
|
-
|
|
|
#include "atom/common/api/api_messages.h"
|
|
|
#include "atom/common/api/atom_bindings.h"
|
|
|
#include "atom/common/native_mate_converters/string16_converter.h"
|
|
|
#include "atom/common/native_mate_converters/v8_value_converter.h"
|
|
|
#include "atom/common/native_mate_converters/value_converter.h"
|
|
|
-#include "atom/common/node_includes.h"
|
|
|
#include "atom/common/options_switches.h"
|
|
|
#include "atom/renderer/api/atom_api_renderer_ipc.h"
|
|
|
#include "atom/renderer/atom_render_view_observer.h"
|
|
@@ -31,6 +28,9 @@
|
|
|
#include "third_party/WebKit/public/web/WebScriptSource.h"
|
|
|
#include "third_party/WebKit/public/web/WebView.h"
|
|
|
|
|
|
+#include "atom/common/node_includes.h"
|
|
|
+#include "atom_natives.h" // NOLINT: This file is generated with js2c
|
|
|
+
|
|
|
namespace atom {
|
|
|
|
|
|
namespace {
|