git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1401 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-08-29 16:26:59 +00:00
parent dc42cd3fa7
commit 5835e752b5
2 changed files with 2 additions and 5 deletions

View File

@ -18,7 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "internal.h"
#include "log.h"
#include <stdio.h>
@ -26,7 +25,7 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <sys/stat.h> /* for mkdir */
#include <sys/stat.h>
#include <limits.h>
#ifdef _WIN32
#include <windows.h>

View File

@ -19,9 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "internal.h"
#include "log.h"
#include <stdarg.h>
#include <stdlib.h>