Commit 78b00d81 authored by jp abgrall's avatar jp abgrall Committed by android code review
Browse files

Merge "Don't include <linux/...> header files directly."

parents 8a3da263 970274a6
......@@ -19,7 +19,7 @@
#include <cutils/log.h>
#include <linux/if.h>
#include <net/if.h>
// NOTE: <resolv_iface.h> is a private C library header that provides
// declarations for _resolv_set_default_iface() and others.
......
......@@ -19,7 +19,7 @@
#include <sysutils/FrameworkListener.h>
#include <linux/if.h>
#include <net/if.h>
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
......
......@@ -17,7 +17,7 @@
#ifndef _TETHER_CONTROLLER_H
#define _TETHER_CONTROLLER_H
#include <linux/in.h>
#include <netinet/in.h>
#include "List.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