summaryrefslogtreecommitdiff
path: root/lib/x509/crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/crl.c')
-rw-r--r--lib/x509/crl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index ea9175e0fe..3b7ab83dcd 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.c
@@ -20,16 +20,16 @@
*
*/
-#include <gnutls_int.h>
+#include "gnutls_int.h"
#include <libtasn1.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 <x509_b64.h>
#include <x509_int.h>
-#include <gnutls_x509.h>
+#include <x509.h>
static int crl_reinit(gnutls_x509_crl_t crl)
{