From f84d8c0d536a1b6a160ddceadf7fade8d7b2edaa Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 23 Aug 2015 19:19:45 +0200 Subject: Removed the 'gnutls_' prefix from files to simplify file naming --- lib/pkcs11_int.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/pkcs11_int.c') diff --git a/lib/pkcs11_int.c b/lib/pkcs11_int.c index 848b8b94b0..a2277b8823 100644 --- a/lib/pkcs11_int.c +++ b/lib/pkcs11_int.c @@ -23,12 +23,12 @@ * along with this program. If not, see */ -#include +#include "gnutls_int.h" #include #include #include -#include -#include +#include "errors.h" +#include #include #include -- cgit v1.2.1