summaryrefslogtreecommitdiff
path: root/lib/x509/privkey_pkcs8.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/privkey_pkcs8.c')
-rw-r--r--lib/x509/privkey_pkcs8.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index ff8d598457..771043a40e 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.c
@@ -22,17 +22,17 @@
*
*/
-#include <gnutls_int.h>
+#include "gnutls_int.h"
-#include <gnutls_datum.h>
-#include <gnutls_global.h>
-#include <gnutls_errors.h>
+#include <datum.h>
+#include <global.h>
+#include "errors.h"
#include <common.h>
-#include <gnutls_x509.h>
+#include <x509.h>
#include <x509_b64.h>
#include "x509_int.h"
#include <algorithms.h>
-#include <gnutls_num.h>
+#include <num.h>
#include <random.h>
#include <nettle/pbkdf2.h>