]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove some unnecessary includes.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 9 Jul 2017 18:20:05 +0000 (20:20 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Jul 2017 12:55:52 +0000 (14:55 +0200)
These headers are already included with para.h.

grab_client.c
play.c
recv.c
string.c

index 11fff4cc985db6716d14ee663f59facf764a2eeb..382b0470b3fb26f08be12ac0fca11d9eb7cb9e91 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <regex.h>
 #include <sys/types.h>
 
 #include <regex.h>
 #include <sys/types.h>
-#include <inttypes.h>
 #include <lopsub.h>
 
 #include "audiod_cmd.lsg.h"
 #include <lopsub.h>
 
 #include "audiod_cmd.lsg.h"
diff --git a/play.c b/play.c
index 56838e822112c422ff3ec78da25d0d7b7dcaf033..7b8192d46172a73b33869603630b2b02a4f28bf8 100644 (file)
--- a/play.c
+++ b/play.c
@@ -8,7 +8,6 @@
 
 #include <regex.h>
 #include <signal.h>
 
 #include <regex.h>
 #include <signal.h>
-#include <inttypes.h>
 #include <lopsub.h>
 
 #include "recv_cmd.lsg.h"
 #include <lopsub.h>
 
 #include "recv_cmd.lsg.h"
diff --git a/recv.c b/recv.c
index 9842c7dc8f168fe5e4cd3daf2ee0d9f3f34df358..26aa7fd7b8a7f650f52082f2f7a1d9b9cef951bf 100644 (file)
--- a/recv.c
+++ b/recv.c
@@ -8,7 +8,6 @@
 
 #include <regex.h>
 #include <sys/types.h>
 
 #include <regex.h>
 #include <sys/types.h>
-#include <inttypes.h>
 #include <lopsub.h>
 
 #include "recv_cmd.lsg.h"
 #include <lopsub.h>
 
 #include "recv_cmd.lsg.h"
index 6033a008dbf154953de673f85048eb78812d1722..8dddd2fdb96d3b0ffedb41861e94e55e3cba9510 100644 (file)
--- a/string.c
+++ b/string.c
@@ -10,7 +10,6 @@
 
 #include <pwd.h>
 #include <sys/utsname.h> /* uname() */
 
 #include <pwd.h>
 #include <sys/utsname.h> /* uname() */
-#include <string.h>
 #include <regex.h>
 #include <langinfo.h>
 #include <wchar.h>
 #include <regex.h>
 #include <langinfo.h>
 #include <wchar.h>