summaryrefslogtreecommitdiff
path: root/lib/debug.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/debug.c
parent172ae7efd99ce30d3bdfc2a35e0335687ef70a0f (diff)
downloadgnutls-f84d8c0d536a1b6a160ddceadf7fade8d7b2edaa.tar.gz
Removed the 'gnutls_' prefix from files to simplify file naming
Diffstat (limited to 'lib/debug.c')
-rw-r--r--lib/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debug.c b/lib/debug.c
index b50e1f1bf5..6ab12c6943 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -21,11 +21,11 @@
*/
#include "gnutls_int.h"
-#include "gnutls_errors.h"
+#include "errors.h"
#include <stdio.h>
#include <stdlib.h>
#include "debug.h"
-#include <gnutls_mpi.h>
+#include <mpi.h>
#ifdef DEBUG
void _gnutls_dump_mpi(const char *prefix, bigint_t a)