[Pcsclite-cvs-commit] PCSC/src/utils formaticc.c,1.13,1.14

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src/utils
In directory haydn:/tmp/cvs-serv7583/src/utils

Modified Files:
	formaticc.c 
Log Message:
remove PCSC/ from the header files path since the path is given by
pkg-config --cflags libpcsclite or the correct -I directive


Index: formaticc.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/utils/formaticc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- formaticc.c	10 Jun 2004 14:57:47 -0000	1.13
+++ formaticc.c	6 Aug 2004 12:12:18 -0000	1.14
@@ -14,8 +14,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <PCSC/wintypes.h>
-#include <PCSC/winscard.h>
+#include <wintypes.h>
+#include <winscard.h>
 
 #ifndef MAXHOSTNAMELEN
 #define MAXHOSTNAMELEN 64