diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-23 19:19:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-23 19:27:01 +0200 |
commit | f84d8c0d536a1b6a160ddceadf7fade8d7b2edaa (patch) | |
tree | ea8ded214d074604f4bbfbd9ed31a07beb48f21d /lib/locks.c | |
parent | 172ae7efd99ce30d3bdfc2a35e0335687ef70a0f (diff) | |
download | gnutls-f84d8c0d536a1b6a160ddceadf7fade8d7b2edaa.tar.gz |
Removed the 'gnutls_' prefix from files to simplify file naming
Diffstat (limited to 'lib/locks.c')
-rw-r--r-- | lib/locks.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/locks.c b/lib/locks.c index e2acc79618..d632e0e3c9 100644 --- a/lib/locks.c +++ b/lib/locks.c @@ -20,10 +20,10 @@ * */ -#include <gnutls_int.h> -#include <gnutls_errors.h> +#include "gnutls_int.h" +#include "errors.h" #include <libtasn1.h> -#include <gnutls_dh.h> +#include <dh.h> #include <random.h> #include <locks.h> |