Skip to content

Commit

Permalink
remove unecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
paixaop committed Nov 29, 2018
1 parent ff662d1 commit 8db4c7e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/include/node_sodium.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@
#define __NODE_SODIUM_H__

#include <napi.h>
#include <uv.h>
#include <node_buffer.h>

/*
#include <cstdlib>
#include <ctime>
#include <cstring>
#include <string>
#include <sstream>
*/
#include "sodium.h"

// As per Libsodium install docs
Expand Down

0 comments on commit 8db4c7e

Please sign in to comment.