summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests-pk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto-selftests-pk.c')
-rw-r--r--lib/crypto-selftests-pk.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/crypto-selftests-pk.c b/lib/crypto-selftests-pk.c
index 31afb0be14..84a9963cea 100644
--- a/lib/crypto-selftests-pk.c
+++ b/lib/crypto-selftests-pk.c
@@ -20,15 +20,15 @@
*
*/
-#include <gnutls_int.h>
-#include <gnutls_errors.h>
-#include <gnutls_cipher_int.h>
-#include <gnutls_datum.h>
+#include "gnutls_int.h"
+#include "errors.h"
+#include <cipher_int.h>
+#include <datum.h>
#include <gnutls/crypto.h>
#include <gnutls/self-test.h>
-#include <gnutls_errors.h>
+#include "errors.h"
#include <gnutls/abstract.h>
-#include <gnutls_pk.h>
+#include <pk.h>
#include <debug.h>
#define DATASTR "Hello there!"