summaryrefslogtreecommitdiff
path: root/src/sys/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/types')
-rw-r--r--src/sys/types/clock_t.ref1
-rw-r--r--src/sys/types/clockid_t.h1
-rw-r--r--src/sys/types/dev_t.h2
-rw-r--r--src/sys/types/gid_t.h2
-rw-r--r--src/sys/types/id_t.h1
-rw-r--r--src/sys/types/ino_t.h2
-rw-r--r--src/sys/types/key_t.h1
-rw-r--r--src/sys/types/mode_t.h2
-rw-r--r--src/sys/types/nlink_t.h2
-rw-r--r--src/sys/types/off_t.h2
-rw-r--r--src/sys/types/pid_t.h2
-rw-r--r--src/sys/types/size_t.ref1
-rw-r--r--src/sys/types/ssize_t.h2
-rw-r--r--src/sys/types/time_t.ref1
-rw-r--r--src/sys/types/timer_t.h1
-rw-r--r--src/sys/types/uid_t.h2
-rw-r--r--src/sys/types/useconds_t.h1
17 files changed, 0 insertions, 26 deletions
diff --git a/src/sys/types/clock_t.ref b/src/sys/types/clock_t.ref
index 37b935b9..772333a5 100644
--- a/src/sys/types/clock_t.ref
+++ b/src/sys/types/clock_t.ref
@@ -1,3 +1,2 @@
-#include <sys/types.h>
REFERENCE(time/clock_t.c)
XOPEN(4)
diff --git a/src/sys/types/clockid_t.h b/src/sys/types/clockid_t.h
index 7b05b621..e38addee 100644
--- a/src/sys/types/clockid_t.h
+++ b/src/sys/types/clockid_t.h
@@ -1,4 +1,3 @@
-#include <sys/types.h>
typedef unsigned long int clockid_t;
/*
diff --git a/src/sys/types/dev_t.h b/src/sys/types/dev_t.h
index 7adec7b6..9c6af9db 100644
--- a/src/sys/types/dev_t.h
+++ b/src/sys/types/dev_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef unsigned long int
dev_t;
/*
diff --git a/src/sys/types/gid_t.h b/src/sys/types/gid_t.h
index 7cee589b..00584110 100644
--- a/src/sys/types/gid_t.h
+++ b/src/sys/types/gid_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef unsigned long int
gid_t;
/*
diff --git a/src/sys/types/id_t.h b/src/sys/types/id_t.h
index 9e7990e2..cc1973ae 100644
--- a/src/sys/types/id_t.h
+++ b/src/sys/types/id_t.h
@@ -1,4 +1,3 @@
-#include <sys/types.h>
typedef unsigned long long int id_t;
/*
diff --git a/src/sys/types/ino_t.h b/src/sys/types/ino_t.h
index f232a979..405bfd57 100644
--- a/src/sys/types/ino_t.h
+++ b/src/sys/types/ino_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef unsigned long int
ino_t;
diff --git a/src/sys/types/key_t.h b/src/sys/types/key_t.h
index ab7bb1cc..9a295a17 100644
--- a/src/sys/types/key_t.h
+++ b/src/sys/types/key_t.h
@@ -1,4 +1,3 @@
-#include <sys/types.h>
typedef unsigned long long int key_t;
/*
diff --git a/src/sys/types/mode_t.h b/src/sys/types/mode_t.h
index 9b68ed05..5d4ac1e4 100644
--- a/src/sys/types/mode_t.h
+++ b/src/sys/types/mode_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef unsigned long int mode_t;
/*
POSIX(1)
diff --git a/src/sys/types/nlink_t.h b/src/sys/types/nlink_t.h
index e94c47b4..57d08b74 100644
--- a/src/sys/types/nlink_t.h
+++ b/src/sys/types/nlink_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef unsigned long int
nlink_t;
/*
diff --git a/src/sys/types/off_t.h b/src/sys/types/off_t.h
index 81ce371d..a6797386 100644
--- a/src/sys/types/off_t.h
+++ b/src/sys/types/off_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef long int
off_t;
/*
diff --git a/src/sys/types/pid_t.h b/src/sys/types/pid_t.h
index 91307c09..ca25422e 100644
--- a/src/sys/types/pid_t.h
+++ b/src/sys/types/pid_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef long int pid_t;
/*
POSIX(1)
diff --git a/src/sys/types/size_t.ref b/src/sys/types/size_t.ref
index 2c4c2615..cdac0fd6 100644
--- a/src/sys/types/size_t.ref
+++ b/src/sys/types/size_t.ref
@@ -1,3 +1,2 @@
-#include <sys/types.h>
REFERENCE(stddef/size_t.c)
POSIX(1)
diff --git a/src/sys/types/ssize_t.h b/src/sys/types/ssize_t.h
index 2bfdef89..180c980d 100644
--- a/src/sys/types/ssize_t.h
+++ b/src/sys/types/ssize_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef long int ssize_t;
/*
diff --git a/src/sys/types/time_t.ref b/src/sys/types/time_t.ref
index 7ad0edb9..0c620f9d 100644
--- a/src/sys/types/time_t.ref
+++ b/src/sys/types/time_t.ref
@@ -1,3 +1,2 @@
-#include <sys/types.h>
REFERENCE(time/time_t.c)
XOPEN(4)
diff --git a/src/sys/types/timer_t.h b/src/sys/types/timer_t.h
index 49ca4526..8b2aef65 100644
--- a/src/sys/types/timer_t.h
+++ b/src/sys/types/timer_t.h
@@ -1,4 +1,3 @@
-#include <sys/types.h>
typedef unsigned long int timer_t;
/*
diff --git a/src/sys/types/uid_t.h b/src/sys/types/uid_t.h
index faf47264..b78fff19 100644
--- a/src/sys/types/uid_t.h
+++ b/src/sys/types/uid_t.h
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
typedef unsigned long int
uid_t;
/*
diff --git a/src/sys/types/useconds_t.h b/src/sys/types/useconds_t.h
index fab0354e..54697328 100644
--- a/src/sys/types/useconds_t.h
+++ b/src/sys/types/useconds_t.h
@@ -1,4 +1,3 @@
-#include <sys/types.h>
typedef unsigned int useconds_t;
/*
XOPEN(400,700)