Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7691b78f authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Make android_net_NetUtils include what it actually uses.

Bug: http://b/28519060
Change-Id: I49dcd358d3fc8e0ba5c5e0b50a0f5dcc63281d22
parent 9f2a1979
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -25,10 +25,7 @@
#include <arpa/inet.h>
#include <net/if.h>
#include <linux/filter.h>
#include <linux/if.h>
#include <linux/if_ether.h>
#include <linux/if_packet.h>
#include <net/if_ether.h>
#include <netinet/ether.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <cutils/properties.h>