diff options
Diffstat (limited to 'lib/hcrypto/des.c')
-rw-r--r-- | lib/hcrypto/des.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/hcrypto/des.c b/lib/hcrypto/des.c index 2e3192bff8ad..c16f33ba2685 100644 --- a/lib/hcrypto/des.c +++ b/lib/hcrypto/des.c @@ -83,17 +83,12 @@ */ #include <config.h> +#include <roken.h> #define HC_DEPRECATED - -#include <stdio.h> -#include <stdlib.h> -#include <string.h> #include <krb5-types.h> #include <assert.h> -#include <roken.h> - #include "des.h" #include "ui.h" |