From fde72e50fc280e583b8aec13b4d4af3bd1d205e5 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Mon, 8 Jul 2024 17:27:59 +0200 Subject: removed unneeded headers; fixed some warnings --- src/include/global.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/global.h') diff --git a/src/include/global.h b/src/include/global.h index a35999c..1b1ef16 100644 --- a/src/include/global.h +++ b/src/include/global.h @@ -1,7 +1,5 @@ /* GLOBAL.H - RSAREF types and constants */ -#include - #include "uint_t.h" /* Copyright (C) RSA Laboratories, a division of RSA Data Security, @@ -43,7 +41,7 @@ typedef unsigned long int UINT4; /* PROTO_LIST is defined depending on how PROTOTYPES is defined above. If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it - returns an empty list. + returns an empty list. */ #if PROTOTYPES #define PROTO_LIST(list) list -- cgit v1.2.3