]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove some duplicate #include statements.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 23:07:45 +0000 (23:07 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:11:39 +0000 (16:11 +0100)
error2.c
play.c
udp_send.c

index 189a2962e73f61ec47405c47147c8d9e4e256695..0f2f9142d7a0ae5b8a2d302c0229b59208f75e45 100644 (file)
--- a/error2.c
+++ b/error2.c
@@ -9,11 +9,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
-#include <assert.h>
 #include <inttypes.h>
 #include <string.h>
 #include <stdbool.h>
-#include <stdbool.h>
 #include <errno.h>
 #include <ctype.h>
 
diff --git a/play.c b/play.c
index 90207520f5dc1eb21c38c706cf0bd8384de83e69..04516b7ea4ba9f77edd07042582a82ad3a117a39 100644 (file)
--- a/play.c
+++ b/play.c
@@ -633,9 +633,6 @@ static char **get_mapped_keyseqs(void)
        return result;
 }
 
-#include "play.completion.h"
-
-
 /* defines one command of para_play */
 struct pp_command {
        const char *name;
index 3fe2db80587380e4faa258dfd2bfaed7d40b545a..8fca5bc6c2759c27b4e0402cba3e341b60b82ebc 100644 (file)
@@ -10,7 +10,6 @@
 #include <sys/socket.h>
 #include <regex.h>
 #include <sys/types.h>
-#include <sys/socket.h>
 #include <netinet/udp.h>
 #include <net/if.h>
 #include <arpa/inet.h>