summaryrefslogtreecommitdiff
path: root/lib/auth/anon.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/anon.c')
-rw-r--r--lib/auth/anon.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/auth/anon.c b/lib/auth/anon.c
index f72c712e3c..24cfd74f0d 100644
--- a/lib/auth/anon.c
+++ b/lib/auth/anon.c
@@ -25,17 +25,17 @@
* handshake.
*/
-#include <gnutls_int.h>
+#include "gnutls_int.h"
#if defined(ENABLE_ANON) && defined(ENABLE_DHE)
-#include "gnutls_auth.h"
-#include "gnutls_errors.h"
-#include "gnutls_dh.h"
+#include "auth.h"
+#include "errors.h"
+#include "dh.h"
#include "auth/anon.h"
-#include "gnutls_num.h"
-#include "gnutls_mpi.h"
-#include <gnutls_state.h>
+#include "num.h"
+#include "mpi.h"
+#include <state.h>
#include <auth/dh_common.h>
static int gen_anon_server_kx(gnutls_session_t, gnutls_buffer_st *);