From 8da2bd43b8435845f4faec229ce87d95adb5dea0 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Sun, 22 Jul 2018 04:19:02 +0530 Subject: [PATCH] Include the node header at the end to avoid collisions --- atom/common/api/features.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atom/common/api/features.cc b/atom/common/api/features.cc index 83a95bf30ac9..6913249f40bb 100644 --- a/atom/common/api/features.cc +++ b/atom/common/api/features.cc @@ -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 {