[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau@free.fr
Tue, 14 Sep 2004 02:13:52 -0600


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

Modified Files:
	configfile.l 
Log Message:
remove PCSC/ from the #include path


--- /cvsroot/pcsclite/PCSC/src/configfile.l	2004/08/01 15:55:28	1.16
+++ /cvsroot/pcsclite/PCSC/src/configfile.l	2004/09/14 08:13:52	1.17
@@ -8,7 +8,7 @@
  *  Damien Sauveron <damien.sauveron@labri.fr>
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: configfile.l,v 1.16 2004/08/01 15:55:28 rousseau Exp $
+ * $Id: configfile.l,v 1.17 2004/09/14 08:13:52 rousseau Exp $
  */
 
 %{
@@ -41,8 +41,8 @@
 #include <string.h>
 #include <errno.h>
 
-#include "PCSC/pcsclite.h"
-#include "PCSC/debuglog.h"
+#include "pcsclite.h"
+#include "debuglog.h"
 #include "config.h"
 #include "sys_generic.h"
 #include "readerfactory.h"