]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/adt/network.c
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / utils / adt / network.c
index 889fc260c86d3986d4a7405e5e7973e562f98731..92580cfe965fc77fea35637a7977ee344e064f0d 100644 (file)
@@ -3,15 +3,13 @@
  *     is for IP V4 CIDR notation, but prepared for V6: just
  *     add the necessary bits where the comments indicate.
  *
- *     $Id: network.c,v 1.14 1999/07/15 23:03:27 momjian Exp $
+ *     $Id: network.c,v 1.15 1999/07/17 20:17:58 momjian Exp $
  *     Jon Postel RIP 16 Oct 1998
  */
 
 #include <sys/types.h>
 #include <sys/socket.h>
 
-#include <stdio.h>
-#include <string.h>
 #include <errno.h>
 
 #include <netinet/in.h>