Skip to content

Commit

Permalink
Clean up #includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bornstein committed Feb 10, 2012
1 parent 069cd51 commit 9ee7612
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ursaNative.cc
Expand Up @@ -5,15 +5,9 @@
#include <stdio.h>
#include <stdlib.h>

// FIXME: Do we need all of these?
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <openssl/x509.h>
#include <openssl/hmac.h>
#include <openssl/engine.h>
#include <openssl/rand.h>

using namespace v8;

Expand Down

0 comments on commit 9ee7612

Please sign in to comment.