diff options
Diffstat (limited to 'runtime/stpd/stpd.c')
-rw-r--r-- | runtime/stpd/stpd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/stpd/stpd.c b/runtime/stpd/stpd.c index 5420cf80..f5c2ea13 100644 --- a/runtime/stpd/stpd.c +++ b/runtime/stpd/stpd.c @@ -20,12 +20,8 @@ * */ -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <string.h> -#include <pwd.h> #include "librelay.h" +#include <pwd.h> extern char *optarg; extern int optopt; |