Remove <sys/_types.h>.

Bug: 12213562
Change-Id: I0d10664f9da60739bdbad0408be0dd61eea3c1fe
This commit is contained in:
Elliott Hughes
2014-02-07 14:55:58 -08:00
parent e163a3986a
commit 9f87a0b285
7 changed files with 73 additions and 143 deletions

View File

@@ -28,8 +28,7 @@
#ifndef _SYS_UN_H_
#define _SYS_UN_H_
#include <sys/_types.h>
typedef __sa_family_t sa_family_t;
typedef unsigned short sa_family_t;
#include <linux/un.h>