From 4f533dded390edc0ef9e4e02373f1960c4d43b41 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 19 Dec 2017 17:39:03 -0600 Subject: [PATCH] Revert "fix previously-hidden cppcheck warnings in osfcheck.cc" This reverts commit 8373e1bf41051b8381c99e9fa05212cd70096f80. --- atom/node/osfhandle.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/atom/node/osfhandle.cc b/atom/node/osfhandle.cc index 66c13b65fa65..e5c09d25b53a 100644 --- a/atom/node/osfhandle.cc +++ b/atom/node/osfhandle.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. -#include "atom/node/osfhandle.h" +#include "osfhandle.h" #if !defined(DEBUG) #define U_I18N_IMPLEMENTATION @@ -23,10 +23,10 @@ #include "third_party/icu/source/i18n/unicode/ucsdet.h" #include "third_party/icu/source/i18n/unicode/ulocdata.h" #include "third_party/icu/source/i18n/unicode/uregex.h" -#include "third_party/icu/source/i18n/unicode/usearch.h" #include "third_party/icu/source/i18n/unicode/uspoof.h" -#include "v8/include/v8-inspector.h" -#include "v8/include/v8-profiler.h" +#include "third_party/icu/source/i18n/unicode/usearch.h" +#include "v8-profiler.h" +#include "v8-inspector.h" namespace node {