mdns: remove dependencies on asm/byteorder.h, fix constant endian swap initialization
[project/mdnsd.git] / cache.c
diff --git a/cache.c b/cache.c
index 927b9cf..adfc815 100644 (file)
--- a/cache.c
+++ b/cache.c
@@ -24,7 +24,6 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <asm/byteorder.h>
 #include <arpa/nameser.h>
 #include <resolv.h>
 #include <time.h>