hcrypto: Remove getarg.h include from validate.c

None of the functions prototyped in getarg.h are used by validate.c,
so simplify out-of-tree builds by removing the header from the file.
This commit is contained in:
Simon Wilkinson
2010-11-24 10:55:27 +00:00
parent 9fc90e01b5
commit 5b91f58f35

View File

@@ -38,7 +38,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <getarg.h>
#include <roken.h> #include <roken.h>
#include <evp.h> #include <evp.h>