summaryrefslogtreecommitdiff
path: root/lib/x509/output.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/x509/output.c
parent172ae7efd99ce30d3bdfc2a35e0335687ef70a0f (diff)
downloadgnutls-f84d8c0d536a1b6a160ddceadf7fade8d7b2edaa.tar.gz
Removed the 'gnutls_' prefix from files to simplify file naming
Diffstat (limited to 'lib/x509/output.c')
-rw-r--r--lib/x509/output.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/x509/output.c b/lib/x509/output.c
index 5cef68c77b..b4d6777c27 100644
--- a/lib/x509/output.c
+++ b/lib/x509/output.c
@@ -23,12 +23,12 @@
/* Functions for printing X.509 Certificate structures
*/
-#include <gnutls_int.h>
+#include "gnutls_int.h"
#include <common.h>
-#include <gnutls_x509.h>
+#include <x509.h>
#include <x509_int.h>
-#include <gnutls_num.h>
-#include <gnutls_errors.h>
+#include <num.h>
+#include "errors.h"
#include <extras/randomart.h>
#include <c-ctype.h>
#include <gnutls-idna.h>