summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-23 19:19:45 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-23 19:27:01 +0200
commitf84d8c0d536a1b6a160ddceadf7fade8d7b2edaa (patch)
treeea8ded214d074604f4bbfbd9ed31a07beb48f21d /lib/pkcs11_int.c
parent172ae7efd99ce30d3bdfc2a35e0335687ef70a0f (diff)
downloadgnutls-f84d8c0d536a1b6a160ddceadf7fade8d7b2edaa.tar.gz
Removed the 'gnutls_' prefix from files to simplify file naming
Diffstat (limited to 'lib/pkcs11_int.c')
-rw-r--r--lib/pkcs11_int.c6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>
*/
-#include <gnutls_int.h>
+#include "gnutls_int.h"
#include <gnutls/pkcs11.h>
#include <stdio.h>
#include <string.h>
-#include <gnutls_errors.h>
-#include <gnutls_datum.h>
+#include "errors.h"
+#include <datum.h>
#include <pin.h>
#include <pkcs11_int.h>