#include cleanups to get rid of compiler warnings

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@351 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-03-20 19:33:52 +00:00
parent 7b6371dae1
commit 34af339510
5 changed files with 4 additions and 5 deletions

View File

@ -18,9 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include "sc-pkcs11.h"
#include <sc-log.h>

View File

@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <malloc.h>
#include "sc-pkcs11.h"
#include <sc-log.h>

View File

@ -18,9 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include "sc-pkcs11.h"
#include <sc-log.h>

View File

@ -18,11 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include "sc-pkcs11.h"
#include <sc-log.h>

View File

@ -21,6 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include "sc-pkcs11.h"