mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 22:26:20 +01:00
Modernise C++ linter using new @cpplint/cli tooling
This commit is contained in:
12
src/sharp.cc
12
src/sharp.cc
@@ -1,16 +1,16 @@
|
||||
// Copyright 2013 Lovell Fuller and others.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#include <mutex> // NOLINT(build/c++11)
|
||||
#include <mutex>
|
||||
|
||||
#include <napi.h>
|
||||
#include <vips/vips8>
|
||||
|
||||
#include "common.h"
|
||||
#include "metadata.h"
|
||||
#include "pipeline.h"
|
||||
#include "utilities.h"
|
||||
#include "stats.h"
|
||||
#include "./common.h"
|
||||
#include "./metadata.h"
|
||||
#include "./pipeline.h"
|
||||
#include "./stats.h"
|
||||
#include "./utilities.h"
|
||||
|
||||
Napi::Object init(Napi::Env env, Napi::Object exports) {
|
||||
static std::once_flag sharp_vips_init_once;
|
||||
|
||||
Reference in New Issue
Block a user