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

Commit bc905021 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Make android_net_NetUtils include what it actually uses."

am: e8f373e4

* commit 'e8f373e4':
  Make android_net_NetUtils include what it actually uses.

Change-Id: Iddc38891a66e6a868eef3af4ce025c7d7af1fb15
parents b654fae4 e8f373e4
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>