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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Dec 31 17:33:21 UTC 2014


Author: rousseau
Date: 2014-12-31 17:33:21 +0000 (Wed, 31 Dec 2014)
New Revision: 7065

Modified:
   trunk/PCSC/src/eventhandler.c
   trunk/PCSC/src/hotplug_libudev.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/eventhandler.c
===================================================================
--- trunk/PCSC/src/eventhandler.c	2014-12-31 17:29:59 UTC (rev 7064)
+++ trunk/PCSC/src/eventhandler.c	2014-12-31 17:33:21 UTC (rev 7065)
@@ -56,7 +56,6 @@
 #include "sys_generic.h"
 #include "ifdwrapper.h"
 #include "prothandler.h"
-#include "strlcpycat.h"
 #include "utils.h"
 #include "winscard_svc.h"
 #include "simclist.h"

Modified: trunk/PCSC/src/hotplug_libudev.c
===================================================================
--- trunk/PCSC/src/hotplug_libudev.c	2014-12-31 17:29:59 UTC (rev 7064)
+++ trunk/PCSC/src/hotplug_libudev.c	2014-12-31 17:33:21 UTC (rev 7065)
@@ -55,7 +55,6 @@
 #include "sys_generic.h"
 #include "hotplug.h"
 #include "utils.h"
-#include "strlcpycat.h"
 
 #ifndef TEMP_FAILURE_RETRY
 #define TEMP_FAILURE_RETRY(expression) \




More information about the Pcsclite-cvs-commit mailing list