Skip to content

Commit

Permalink
remove unneeded include (which was pulling in old NAPI_VERSION define)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 11, 2024
1 parent 96db42a commit 21c05af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prefix.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#pragma once

#include <napi.h>
#include <node_version.h>
#define NAPI_BUILD_VERSION NAPI_VERSION

#include <zmq.h>
#if ZMQ_VERSION < ZMQ_MAKE_VERSION(4, 1, 0)
Expand Down

0 comments on commit 21c05af

Please sign in to comment.