Revert "fix previously-hidden cppcheck warnings in osfcheck.cc"
This reverts commit 8373e1bf41
.
This commit is contained in:
parent
2f88e69ed4
commit
4f533dded3
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue