summaryrefslogtreecommitdiff
path: root/include/mpw/sys/time.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-25 03:22:37 -0700
committerYamaArashi <shadow962@live.com>2016-04-25 03:22:37 -0700
commitb03d2c9d30b7f15fddd6fb34401b4ca58a121229 (patch)
treeca7ee58a6523165e339a68f404e4a776e60bc0f2 /include/mpw/sys/time.h
parent346ed7678fc0a02c1c93c066140f819789f039d9 (diff)
remove unused include files
Diffstat (limited to 'include/mpw/sys/time.h')
-rwxr-xr-xinclude/mpw/sys/time.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mpw/sys/time.h b/include/mpw/sys/time.h
deleted file mode 100755
index f9e4852..0000000
--- a/include/mpw/sys/time.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Imitation sys/time.h. */
-
-#ifndef __SYS_TIME_H__
-#define __SYS_TIME_H__
-
-#include <time.h>
-
-struct timeval {
- long tv_sec;
- long tv_usec;
-};
-
-#endif /* __SYS_TIME_H__ */