From 115bd355ed1c596587aa8fa4e0ef63ab2ffdf4c5 Mon Sep 17 00:00:00 2001 From: aj Date: Thu, 8 Jan 2004 11:54:54 +0000 Subject: [PATCH] config.h is not used in pkcs11.h or any file included by it. but pkcs11.h is a public header file, so it shouldn't do so anyway. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1721 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/pkcs11/pkcs11.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pkcs11/pkcs11.h b/src/pkcs11/pkcs11.h index ff993128..eb3a46ea 100644 --- a/src/pkcs11/pkcs11.h +++ b/src/pkcs11/pkcs11.h @@ -21,10 +21,6 @@ #ifndef OPENSC_PKCS11_H #define OPENSC_PKCS11_H -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef _WIN32 #include #include