Big header file cleanup: everything that has to do with standard system
[oweals/tinc.git] / lib / fake-getnameinfo.c
index 50d0722f7d350f73144cbc2d0ffd454f67f61c3d..8774da2716ff998b9529491f54de72b423e70966 100644 (file)
@@ -9,17 +9,7 @@
  * that ai_family is AF_INET. Don't use it for another purpose.
  */
 
-#include "config.h"
-
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <netdb.h>
-#include <string.h>
-
-#include <system.h>
+#include "system.h"
 
 #include "fake-getnameinfo.h"
 #include "fake-getaddrinfo.h"