summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2015-01-16 07:41:27 -0800
committerJulien Gilli <julien.gilli@joyent.com>2015-01-16 11:02:55 -0800
commitbb1f68f9d6c918ad340bf0f86348a24a9033a9ad (patch)
tree4dd7687fd455512c744a2c44d85454ce230818a0
parent28d0cbbdfdf3682adf1fe0c560e7379559fcd621 (diff)
downloadnode-bb1f68f9d6c918ad340bf0f86348a24a9033a9ad.tar.gz
src: lint remove extra node_crypto include
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
-rw-r--r--src/node.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node.cc b/src/node.cc
index ed867bb38..c8dfe0412 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -85,8 +85,6 @@ typedef int mode_t;
#include <grp.h> // getgrnam()
#endif
-#include "node_crypto.h"
-
#ifdef __APPLE__
#include <crt_externs.h>
#define environ (*_NSGetEnviron())