[Pcsclite-git-commit] [PCSC] 06/10: cleanup: remove unused headers from sys_unix.c

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Aug 5 15:48:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit 4882c37ab7df63be7090addf936e1b795467ab75
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Aug 4 11:43:59 2016 +0200

    cleanup: remove unused headers from sys_unix.c
---
 src/sys_unix.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/sys_unix.c b/src/sys_unix.c
index 77cba36..7a83a68 100644
--- a/src/sys_unix.c
+++ b/src/sys_unix.c
@@ -38,24 +38,12 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
 #include "config.h"
-#include <sys/types.h>
-#include <sys/mman.h>
-#include <sys/stat.h>
-#include <sys/wait.h>
 #include <sys/time.h>
-#include <sys/file.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <unistd.h>
-#include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
-#include <signal.h>
 #include <time.h>
 
 #include "misc.h"
 #include "sys_generic.h"
-#include "debuglog.h"
 
 /**
  * @brief Makes the current process sleep for some seconds.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list