Big header file cleanup: everything that has to do with standard system
[oweals/tinc.git] / lib / fake-getaddrinfo.c
index 5e95a2a2efdd9601ab8a8d6b88c26768b1c06e3f..e17068028b151960e7dad23dbf6489e34ed4d717 100644 (file)
@@ -9,17 +9,7 @@
  * that ai_family is AF_INET. Don't use it for another purpose.
  */
 
-#include "config.h"
-
-#include <stdlib.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-getaddrinfo.h"