[Pcsclite-cvs-commit] r7062 - trunk/PCSC/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Dec 31 17:13:19 UTC 2014


Author: rousseau
Date: 2014-12-31 17:13:19 +0000 (Wed, 31 Dec 2014)
New Revision: 7062

Modified:
   trunk/PCSC/src/debug.c
Log:
Remove extra #include

#include "strlcpycat.h" is not needed here. No strl* function is called
in this source code.


Modified: trunk/PCSC/src/debug.c
===================================================================
--- trunk/PCSC/src/debug.c	2014-12-31 12:38:35 UTC (rev 7061)
+++ trunk/PCSC/src/debug.c	2014-12-31 17:13:19 UTC (rev 7062)
@@ -48,7 +48,6 @@
 /* We shall not export the log_msg() sumbol */
 #undef PCSC_API
 #include "debuglog.h"
-#include "strlcpycat.h"
 
 #define DEBUG_BUF_SIZE 2048
 




More information about the Pcsclite-cvs-commit mailing list