From b03d2c9d30b7f15fddd6fb34401b4ca58a121229 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 25 Apr 2016 03:22:37 -0700 Subject: remove unused include files --- include/mpw/sys/types.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 include/mpw/sys/types.h (limited to 'include/mpw/sys/types.h') diff --git a/include/mpw/sys/types.h b/include/mpw/sys/types.h deleted file mode 100755 index d7d9c9f..0000000 --- a/include/mpw/sys/types.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Imitation sys/types.h. */ - -#ifndef __SYS_TYPES_H__ -#define __SYS_TYPES_H__ - -#include - -typedef short dev_t; -typedef short ino_t; -typedef unsigned short mode_t; -typedef unsigned short uid_t; -typedef unsigned short gid_t; -typedef long off_t; - -#endif /* __SYS_TYPES_H__ */ -- cgit v1.2.3