Просмотр исходного кода

cosmetic changes: remove includes already included in header files

ambrop7 14 лет назад
Родитель
Сommit
7f9c10c2ee

+ 0 - 1
client/DataProto.c

@@ -26,7 +26,6 @@
 
 #include <protocol/dataproto.h>
 #include <misc/byteorder.h>
-#include <misc/debug.h>
 #include <base/BLog.h>
 
 #include <client/DataProto.h>

+ 0 - 5
client/DatagramPeerIO.c

@@ -20,11 +20,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include <stdint.h>
-
-#include <misc/debug.h>
-#include <base/BLog.h>
-
 #include <client/DatagramPeerIO.h>
 
 #include <generated/blog_channel_DatagramPeerIO.h>

+ 0 - 1
client/FragmentProtoAssembler.c

@@ -24,7 +24,6 @@
 #include <string.h>
 
 #include <misc/offset.h>
-#include <misc/debug.h>
 #include <misc/byteorder.h>
 #include <misc/balloc.h>
 

+ 0 - 1
client/FragmentProtoDisassembler.c

@@ -20,7 +20,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include <stdint.h>
 #include <stddef.h>
 #include <string.h>
 

+ 0 - 1
client/FrameDecider.c

@@ -31,7 +31,6 @@
 #include <misc/ipv4_proto.h>
 #include <misc/igmp_proto.h>
 #include <misc/byteorder.h>
-#include <base/BLog.h>
 
 #include <client/FrameDecider.h>
 

+ 0 - 1
client/PasswordListener.c

@@ -26,7 +26,6 @@
 
 #include <ssl.h>
 
-#include <misc/debug.h>
 #include <misc/offset.h>
 #include <misc/byteorder.h>
 #include <misc/balloc.h>

+ 0 - 1
client/PeerChat.c

@@ -26,7 +26,6 @@
 #include <sslerr.h>
 
 #include <misc/byteorder.h>
-#include <base/BLog.h>
 #include <security/BRandom.h>
 
 #include "PeerChat.h"

+ 0 - 1
client/SPProtoDecoder.c

@@ -22,7 +22,6 @@
 
 #include <string.h>
 
-#include <misc/debug.h>
 #include <misc/balign.h>
 #include <misc/byteorder.h>
 #include <security/BHash.h>

+ 0 - 1
client/SPProtoEncoder.c

@@ -23,7 +23,6 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include <misc/debug.h>
 #include <misc/balign.h>
 #include <misc/offset.h>
 #include <misc/byteorder.h>

+ 0 - 2
client/StreamPeerIO.c

@@ -26,9 +26,7 @@
 #include <sslerr.h>
 
 #include <misc/offset.h>
-#include <misc/debug.h>
 #include <misc/byteorder.h>
-#include <base/BLog.h>
 
 #include <client/StreamPeerIO.h>
 

+ 0 - 1
client/client.c

@@ -23,7 +23,6 @@
 #include <inttypes.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdio.h>
 #include <limits.h>
 
 #include <protocol/msgproto.h>