[pkg-opensc-commit] [pkcs11-helper] 209/253: Remove unneeded #include

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit dff5ee56263b41a869f069e589b79fca95447be2
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Tue Oct 25 16:19:20 2011 +0000

    Remove unneeded #include
---
 lib/_pkcs11h-crypto-cryptoapi.c | 3 ---
 lib/_pkcs11h-crypto-gnutls.c    | 3 ---
 lib/_pkcs11h-crypto-nss.c       | 3 ---
 lib/_pkcs11h-crypto-openssl.c   | 3 ---
 lib/_pkcs11h-crypto-polarssl.c  | 3 ---
 lib/pkcs11h-crypto.c            | 3 ---
 6 files changed, 18 deletions(-)

diff --git a/lib/_pkcs11h-crypto-cryptoapi.c b/lib/_pkcs11h-crypto-cryptoapi.c
index 0e9d2a0..24b057b 100644
--- a/lib/_pkcs11h-crypto-cryptoapi.c
+++ b/lib/_pkcs11h-crypto-cryptoapi.c
@@ -51,9 +51,6 @@
 
 #include "common.h"
 
-#include <pkcs11-helper-1.0/pkcs11h-core.h>
-#include "_pkcs11h-util.h"
-#include "_pkcs11h-sys.h"
 #include "_pkcs11h-crypto.h"
 
 #if defined(ENABLE_PKCS11H_ENGINE_CRYPTOAPI)
diff --git a/lib/_pkcs11h-crypto-gnutls.c b/lib/_pkcs11h-crypto-gnutls.c
index 3c8b959..9704bef 100644
--- a/lib/_pkcs11h-crypto-gnutls.c
+++ b/lib/_pkcs11h-crypto-gnutls.c
@@ -51,9 +51,6 @@
 
 #include "common.h"
 
-#include <pkcs11-helper-1.0/pkcs11h-core.h>
-#include "_pkcs11h-util.h"
-#include "_pkcs11h-sys.h"
 #include "_pkcs11h-crypto.h"
 
 #if defined(ENABLE_PKCS11H_ENGINE_GNUTLS)
diff --git a/lib/_pkcs11h-crypto-nss.c b/lib/_pkcs11h-crypto-nss.c
index 8b07e0e..a3af1de 100644
--- a/lib/_pkcs11h-crypto-nss.c
+++ b/lib/_pkcs11h-crypto-nss.c
@@ -51,9 +51,6 @@
 
 #include "common.h"
 
-#include <pkcs11-helper-1.0/pkcs11h-core.h>
-#include "_pkcs11h-util.h"
-#include "_pkcs11h-sys.h"
 #include "_pkcs11h-crypto.h"
 
 #if defined(ENABLE_PKCS11H_ENGINE_NSS)
diff --git a/lib/_pkcs11h-crypto-openssl.c b/lib/_pkcs11h-crypto-openssl.c
index eb11149..ce073aa 100644
--- a/lib/_pkcs11h-crypto-openssl.c
+++ b/lib/_pkcs11h-crypto-openssl.c
@@ -51,9 +51,6 @@
 
 #include "common.h"
 
-#include <pkcs11-helper-1.0/pkcs11h-core.h>
-#include "_pkcs11h-util.h"
-#include "_pkcs11h-sys.h"
 #include "_pkcs11h-crypto.h"
 
 #if defined(ENABLE_PKCS11H_ENGINE_OPENSSL)
diff --git a/lib/_pkcs11h-crypto-polarssl.c b/lib/_pkcs11h-crypto-polarssl.c
index 2f6bf3b..294e0a2 100644
--- a/lib/_pkcs11h-crypto-polarssl.c
+++ b/lib/_pkcs11h-crypto-polarssl.c
@@ -51,9 +51,6 @@
 
 #include "common.h"
 
-#include <pkcs11-helper-1.0/pkcs11h-core.h>
-#include "_pkcs11h-util.h"
-#include "_pkcs11h-sys.h"
 #include "_pkcs11h-crypto.h"
 
 #if defined(ENABLE_PKCS11H_ENGINE_POLARSSL)
diff --git a/lib/pkcs11h-crypto.c b/lib/pkcs11h-crypto.c
index d91cee5..e61588d 100644
--- a/lib/pkcs11h-crypto.c
+++ b/lib/pkcs11h-crypto.c
@@ -51,9 +51,6 @@
 
 #include "common.h"
 
-#include <pkcs11-helper-1.0/pkcs11h-core.h>
-#include "_pkcs11h-util.h"
-#include "_pkcs11h-sys.h"
 #include "_pkcs11h-crypto.h"
 
 #if defined(ENABLE_PKCS11H_ENGINE_CRYPTOAPI)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list