mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 07:06:16 +01:00
Modernise C++ linter using new @cpplint/cli tooling
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
||||
#include <napi.h>
|
||||
#include <vips/vips8>
|
||||
#include <vips/vector.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "operations.h"
|
||||
#include "utilities.h"
|
||||
#include "./common.h"
|
||||
#include "./operations.h"
|
||||
#include "./utilities.h"
|
||||
|
||||
/*
|
||||
Get and set cache limits
|
||||
|
||||
Reference in New Issue
Block a user