Include the node header at the end to avoid collisions

This commit is contained in:
deepak1556 2018-07-22 04:19:02 +05:30 committed by Aleksei Kuzmin
parent cad1d9aa9c
commit 8da2bd43b8

View file

@ -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 {