Commit e39465f4 authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

remove unused net/if.h include from network_interfaces_posix.cc

net/if.h can conflict in confusing ways with linux/if.h (discovered in
the process of some out-of-tree jumbo experiments), but thankfully we
don't need the net/if.h include here.

Change-Id: Ic9784c5d56cf896a56b8c1b989888607d09a3289
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944847Reviewed-by: default avatarPaul Jensen <pauljensen@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#720620}
parent 61668118
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
#include "net/base/network_interfaces_posix.h" #include "net/base/network_interfaces_posix.h"
#include <net/if.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/types.h> #include <sys/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment