mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Include the node header at the end to avoid collisions
This commit is contained in:
committed by
Aleksei Kuzmin
parent
cad1d9aa9c
commit
8da2bd43b8
@@ -2,8 +2,10 @@
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "atom/common/node_includes.h"
|
||||
#include "native_mate/dictionary.h"
|
||||
// clang-format off
|
||||
#include "atom/common/node_includes.h" // NOLINT(build/include_alpha)
|
||||
// clang-format on
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user