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:
@@ -38,7 +38,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <getarg.h>
|
||||
#include <roken.h>
|
||||
|
||||
#include <evp.h>
|
||||
|
Reference in New Issue
Block a user