diff options
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/registry/reg_parse.c b/source3/registry/reg_parse.c index f1258fca6d..a112572b55 100644 --- a/source3/registry/reg_parse.c +++ b/source3/registry/reg_parse.c @@ -34,12 +34,10 @@ #include "reg_format.h" #include <stdio.h> -#include <unistd.h> #include <wchar.h> #include <talloc.h> #include <stdbool.h> #include <string.h> -#include <sys/types.h> #include <regex.h> #include <assert.h> #include <stdint.h> |