diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-04-18 16:52:55 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-04-18 16:57:04 +0200 |
commit | 28dbfe9bf7a799ab1da2563fd5e007d007b54168 (patch) | |
tree | b4e07c040d97e78a06c872af4a0b1e7543a508e2 /src/talloc.c | |
parent | a9f526a1abb1d2bfa68c611f1676fea2d89bc9d9 (diff) |
misc: Remove the sys/types.h include from various files
We used this include for the u_int{8,16,32}_t types but we do
not need this anymore.
Diffstat (limited to 'src/talloc.c')
-rw-r--r-- | src/talloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/talloc.c b/src/talloc.c index 60d7927d..d3a0690f 100644 --- a/src/talloc.c +++ b/src/talloc.c @@ -48,7 +48,6 @@ #ifndef _TALLOC_SAMBA3 //#include "replace.h" -#include <sys/types.h> #include <unistd.h> #include <stdio.h> #include <stdbool.h> |