From 9e0e0f31e483c0d9f00161485760b334b99fc63a Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Mon, 16 Dec 2019 09:18:47 -0800 Subject: [PATCH] src: remove unnecessary forward declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node-addon-api/pull/633 Reviewed-By: Tobias Nießen Reviewed-By: Chengzhong Wu --- napi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/napi.h b/napi.h index bced8d257..57057c53a 100644 --- a/napi.h +++ b/napi.h @@ -133,11 +133,9 @@ namespace Napi { class Array; class ArrayBuffer; class Function; - template class Buffer; class Error; class PropertyDescriptor; class CallbackInfo; - template class Reference; class TypedArray; template class TypedArrayOf;