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 {